mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
aeac01a4bb
Approved by: portmgr (not really, but touches unstaged ports)
17 lines
271 B
Makefile
17 lines
271 B
Makefile
# Created by: chuck@pkix.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= clean
|
|
PORTVERSION= 3.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= chuck@pkix.net
|
|
COMMENT= Automatically remove unwanted files
|
|
|
|
USES= tar:bzip2
|
|
|
|
PLIST_FILES= bin/clean man/man1/clean.1.gz
|
|
|
|
.include <bsd.port.mk>
|