aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2006-06-19 18:36:09 +0000
committerDoug Barton <dougb@FreeBSD.org>2006-06-19 18:36:09 +0000
commit9237917d34cd1eefa80a675e68f8189ad3b6e798 (patch)
treeca2e9201b2e69bb49ba323db49b03a3618e281f0 /sysutils
parent99abb7424d1067cf38f1d3b780bcc9a83c515796 (diff)
downloadports-9237917d34cd1eefa80a675e68f8189ad3b6e798.tar.gz
ports-9237917d34cd1eefa80a675e68f8189ad3b6e798.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/portmaster/Makefile2
-rw-r--r--sysutils/portmaster/files/portmaster.sh.in3
2 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/portmaster/Makefile b/sysutils/portmaster/Makefile
index 2afeadb58a14..3993d4a676bc 100644
--- a/sysutils/portmaster/Makefile
+++ b/sysutils/portmaster/Makefile
@@ -8,7 +8,7 @@
#
PORTNAME= portmaster
-PORTVERSION= 1.4
+PORTVERSION= 1.5
CATEGORIES= sysutils
MASTER_SITES= # none
DISTFILES= # none
diff --git a/sysutils/portmaster/files/portmaster.sh.in b/sysutils/portmaster/files/portmaster.sh.in
index ddaa26305d04..a8db43f1c0dc 100644
--- a/sysutils/portmaster/files/portmaster.sh.in
+++ b/sysutils/portmaster/files/portmaster.sh.in
@@ -1,6 +1,6 @@
#!/bin/sh
-# Local version: 1.77
+# Local version: 1.78
# $FreeBSD$
# Copyright (c) 2005-2006 Douglas Barton, All rights reserved
@@ -871,7 +871,6 @@ if [ -z "$DONT_SCRUB_DISTFILES" ]; then
delete_stale_distfiles
rm $distfiles
fi
- ;;
echo "===>>> Deleting empty directories (if any)"
find $pd/distfiles -type d -empty -print -delete
;;