summaryrefslogtreecommitdiffstats
path: root/www/squid25
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-04-28 19:49:18 +0000
committerkrion <krion@FreeBSD.org>2004-04-28 19:49:18 +0000
commitb672a4c25b06f34250cc633621cfe8af6637caa5 (patch)
tree724407653c8a6dafafa9b4d3a0c707a2198afd92 /www/squid25
parent9ca6d3ad0653ee14ef720b4bec64f97f09c46f40 (diff)
downloadFreeBSD-ports-b672a4c25b06f34250cc633621cfe8af6637caa5.zip
FreeBSD-ports-b672a4c25b06f34250cc633621cfe8af6637caa5.tar.gz
- Fix plist
- Bump PORTREVISION - Clean up pkg-deinstall: + remove an unnecessary variable + replace rmdir -p with two distinct rmdir calls since we do not want to delete $PKG_PREFIX too if it happens to be empty PR: ports/65918 Submitted by: maintainer
Diffstat (limited to 'www/squid25')
-rw-r--r--www/squid25/Makefile4
-rw-r--r--www/squid25/pkg-deinstall8
2 files changed, 6 insertions, 6 deletions
diff --git a/www/squid25/Makefile b/www/squid25/Makefile
index 76e17f9..4022a65 100644
--- a/www/squid25/Makefile
+++ b/www/squid25/Makefile
@@ -29,7 +29,7 @@
PORTNAME= squid
PORTVERSION= 2.5.5
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= www
MASTER_SITES= \
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
@@ -314,7 +314,7 @@ post-install:
>>${TMPPLIST}
@${ECHO_CMD} "@dirrm etc/squid/errors/${d}" >>${TMPPLIST}
.endfor
- @${ECHO_CMD} "@unexec rmdir etc/squid/errors 2>/dev/null || true" \
+ @${ECHO_CMD} "@unexec rmdir %D/etc/squid/errors 2>/dev/null || true" \
>>${TMPPLIST}
changeuser:
diff --git a/www/squid25/pkg-deinstall b/www/squid25/pkg-deinstall
index 7de2277..42ccaec 100644
--- a/www/squid25/pkg-deinstall
+++ b/www/squid25/pkg-deinstall
@@ -4,7 +4,6 @@
#
PATH=/bin:/usr/bin:/usr/sbin
-pkgname=$1
case $2 in
DEINSTALL)
@@ -16,10 +15,11 @@ DEINSTALL)
POST-DEINSTALL)
rmdir ${PKG_PREFIX}/etc/squid 2>/dev/null
rmdir ${PKG_PREFIX}/squid/cache 2>/dev/null
- rmdir -p ${PKG_PREFIX}/squid/logs 2>/dev/null
- echo "===> post-deinstallation information for ${pkgname}"
+ rmdir ${PKG_PREFIX}/squid/logs 2>/dev/null
+ rmdir ${PKG_PREFIX}/squid 2>/dev/null
+ echo "===> post-deinstallation information for $1"
echo ""
- echo " Please note that ${pkgname} was not completely removed"
+ echo " Please note that $1 was not completely removed"
echo " from this system."
echo ""
echo " The cache and log directories, squid's user account,"
OpenPOWER on IntegriCloud