summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-04-21 01:14:53 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-04-21 01:14:53 +0000
commit23a1cad535b32b0d14d5a4bad50ad02cd9e7df03 (patch)
tree29c21ef4643c2e80bbb495e2ef81216309e740b4 /irc
parentExtra STAGEDIR in post-install stage. (diff)
- Fix plist to have proper 'rmdir DIR' ordering.
Pkgng will not detect the directory otherwise. This was due to incorrectly advise in the check-stagedir.sh script, fixed in r351587 With hat: portmgr
Notes
Notes: svn path=/head/; revision=351663
Diffstat (limited to 'irc')
-rw-r--r--irc/charybdis/Makefile2
-rw-r--r--irc/charybdis/pkg-plist4
2 files changed, 3 insertions, 3 deletions
diff --git a/irc/charybdis/Makefile b/irc/charybdis/Makefile
index b52d4f0c8881..499b3b4d6030 100644
--- a/irc/charybdis/Makefile
+++ b/irc/charybdis/Makefile
@@ -2,7 +2,7 @@
PORTNAME= charybdis
PORTVERSION= 3.4.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= irc net
MASTER_SITES= http://www.stack.nl/~jilles/irc/ \
http://www.bayofrum.net/dist/${PORTNAME}/
diff --git a/irc/charybdis/pkg-plist b/irc/charybdis/pkg-plist
index 3c3f08476a4c..7ebf0a678745 100644
--- a/irc/charybdis/pkg-plist
+++ b/irc/charybdis/pkg-plist
@@ -286,5 +286,5 @@ man/man8/ircd.8.gz
@dirrm %%DATADIR%%/help
@dirrm %%DATADIR%%
@dirrm %%ETCDIR%%
-@unexec rmdir >/dev/null 2>&1 /var/log/charybdis || :
-@unexec rmdir >/dev/null 2>&1 /var/db/charybdis || :
+@unexec rmdir "/var/log/charybdis" >/dev/null 2>&1 || :
+@unexec rmdir "/var/db/charybdis" >/dev/null 2>&1 || :