aboutsummaryrefslogtreecommitdiff
path: root/sysutils/clean/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-29 23:23:24 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-29 23:23:24 +0000
commitc405029bf87106b218f275b98d00b48c48e3abc4 (patch)
tree7ebc83d06588bf5c57a8353243597e992879c1de /sysutils/clean/Makefile
parenta102b993db01317af71f2f01b486fe3fd4798ad6 (diff)
downloadports-c405029bf87106b218f275b98d00b48c48e3abc4.tar.gz
ports-c405029bf87106b218f275b98d00b48c48e3abc4.zip
Notes
Diffstat (limited to 'sysutils/clean/Makefile')
-rw-r--r--sysutils/clean/Makefile18
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>