Rename sysutils/clean into sysutils/clean_
This commit is contained in:
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
1
MOVED
|
@ -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
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
SUBDIR += cfengine2
|
||||
SUBDIR += checkservice
|
||||
SUBDIR += chgrep
|
||||
SUBDIR += clean_
|
||||
SUBDIR += clockspeed
|
||||
SUBDIR += cmdwatch
|
||||
SUBDIR += colorize
|
||||
|
|
|
@ -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>
|
|
@ -1 +0,0 @@
|
|||
MD5 (clean-3.2.tar.gz) = 0bcaf87370c1013f0cd9281a5a4c7ef7
|
|
@ -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>
|
|
@ -1 +0,0 @@
|
|||
bin/clean
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue