diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 00:50:47 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 00:50:47 +0000 |
commit | 798372c85d2d866967c1d34942b2b3c2010d915b (patch) | |
tree | b059654bbd282aae85e0dba71104ae24bde5dd3f /sysutils | |
parent | - Update to version 8.0.3 (diff) |
Rename sysutils/clean into sysutils/clean_
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/clean/Makefile | 18 | ||||
-rw-r--r-- | sysutils/clean/distinfo | 1 | ||||
-rw-r--r-- | sysutils/clean/pkg-descr | 16 | ||||
-rw-r--r-- | sysutils/clean/pkg-plist | 1 | ||||
-rw-r--r-- | sysutils/clean_/Makefile | 3 |
6 files changed, 3 insertions, 37 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index cfd3e94d0a15..2a74117cea0d 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -47,6 +47,7 @@ SUBDIR += cfengine2 SUBDIR += checkservice SUBDIR += chgrep + SUBDIR += clean_ SUBDIR += clockspeed SUBDIR += cmdwatch SUBDIR += colorize diff --git a/sysutils/clean/Makefile b/sysutils/clean/Makefile deleted file mode 100644 index 159e05bfbd1b..000000000000 --- a/sysutils/clean/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# 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> diff --git a/sysutils/clean/distinfo b/sysutils/clean/distinfo deleted file mode 100644 index 2f287380d3a1..000000000000 --- a/sysutils/clean/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (clean-3.2.tar.gz) = 0bcaf87370c1013f0cd9281a5a4c7ef7 diff --git a/sysutils/clean/pkg-descr b/sysutils/clean/pkg-descr deleted file mode 100644 index 475cf8cc62c8..000000000000 --- a/sysutils/clean/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -The clean utility searches through the filesystem for "temporary files" -left behind by editors and the like which can be deleted safely. - -WARNING: This program was written with the express purpose of deleting -(unwanted) files. Please be certain that you understand this program -and that you really want to use such an automatic deletion process -before you begin. - -[ On the other hand, I've been using it for over ten years without -doing anything worse than not having a core.1 manpage. The normal -mode is interactive and prompts for confirmation. You are advised to -have backups before using the non-interactive batch mode. ] - -WWW: http://sourceforge.net/projects/clean - --Chuck Swiger <chuck@pkix.net> diff --git a/sysutils/clean/pkg-plist b/sysutils/clean/pkg-plist deleted file mode 100644 index 6b2724fc7c4e..000000000000 --- a/sysutils/clean/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/clean diff --git a/sysutils/clean_/Makefile b/sysutils/clean_/Makefile index 159e05bfbd1b..08d43bd5a64a 100644 --- a/sysutils/clean_/Makefile +++ b/sysutils/clean_/Makefile @@ -4,11 +4,12 @@ # # $FreeBSD$ -PORTNAME= clean +PORTNAME= clean_ PORTVERSION= 3.2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= clean-${PORTVERSION} MAINTAINER= chuck@pkix.net COMMENT= Automatically remove unwanted files |