diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-12-03 21:38:04 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-12-03 21:38:04 +0000 |
commit | c5292f38d23616908d667ad64dbce2e6885f65e6 (patch) | |
tree | 9ca7e965b0b7016b14cc0907bd6a893849bd8658 /Tools/scripts/distclean.sh | |
parent | ffa269905942b474b4147b0836f6ecea3252f87a (diff) | |
download | ports-c5292f38d23616908d667ad64dbce2e6885f65e6.tar.gz ports-c5292f38d23616908d667ad64dbce2e6885f65e6.zip |
Notes
Diffstat (limited to 'Tools/scripts/distclean.sh')
-rwxr-xr-x | Tools/scripts/distclean.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Tools/scripts/distclean.sh b/Tools/scripts/distclean.sh index ca56e36c88dc..52b7e956dd23 100755 --- a/Tools/scripts/distclean.sh +++ b/Tools/scripts/distclean.sh @@ -16,7 +16,7 @@ # # $FreeBSD: /tmp/pcvs/ports/Tools/scripts/distclean.sh,v 1.18 2010-11-18 11:28:05 pav Exp $ # -# MAINTAINER= sobomax@FreeBSD.org +# MAINTAINER= ports@FreeBSD.org PATH=/sbin:/bin:/usr/bin @@ -26,8 +26,6 @@ cleanup() { exit 1 } -echo "Distfiles clean utility by Maxim Sobolev <sobomax@FreeBSD.org>." - PORTSDIR=${PORTSDIR:-/usr/ports} if [ ! -d ${PORTSDIR} ]; then echo "Ports directory ${PORTSDIR} does not exist." |