Rename sysutils/clean into sysutils/clean_

This commit is contained in:
Edwin Groothuis 2003-10-06 00:50:47 +00:00
parent c131d65751
commit 798372c85d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90328
7 changed files with 4 additions and 37 deletions

1
MOVED
View file

@ -621,3 +621,4 @@ www/mozilla-embedded||2003-10-01|was seldom used and broken
www/mozilla-embedded-devel||2003-10-01|was seldom used and broken
net/6to4|net/hf6to4|2003-10-04|Replaced by net/hf6to4
security/rsaref||2003-10-04|Port is no longer useful
sysytils/clean|sysutils/clean_|2003-10-06|Portname clash with Makefile target

View file

@ -47,6 +47,7 @@
SUBDIR += cfengine2
SUBDIR += checkservice
SUBDIR += chgrep
SUBDIR += clean_
SUBDIR += clockspeed
SUBDIR += cmdwatch
SUBDIR += colorize

View file

@ -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>

View file

@ -1 +0,0 @@
MD5 (clean-3.2.tar.gz) = 0bcaf87370c1013f0cd9281a5a4c7ef7

View file

@ -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>

View file

@ -1 +0,0 @@
bin/clean

View file

@ -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