diff options
Diffstat (limited to 'sysutils/clean/Makefile')
-rw-r--r-- | sysutils/clean/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/clean/Makefile b/sysutils/clean/Makefile new file mode 100644 index 000000000000..159e05bfbd1b --- /dev/null +++ b/sysutils/clean/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: clean +# Date created: 2003-6-3 +# Whom: chuck@pkix.net +# +# $FreeBSD$ + +PORTNAME= clean +PORTVERSION= 3.2 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= chuck@pkix.net +COMMENT= Automatically remove unwanted files + +MAN1= clean.1 + +.include <bsd.port.mk> |