summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2006-01-02 15:03:06 +0000
committeradrianp <adrianp@pkgsrc.org>2006-01-02 15:03:06 +0000
commit140c81719f50716c27202fe9c0c5d965649d199f (patch)
tree0d393fae0a3106e5b7f59e36a894f843cbcdfc2d /chat
parent0ade52914dc35dafd944e707d85f558c81e79e9f (diff)
downloadpkgsrc-140c81719f50716c27202fe9c0c5d965649d199f.tar.gz
Minor PLIST change to deal with modified configuration files
Bump to nb1
Diffstat (limited to 'chat')
-rw-r--r--chat/ircservices/Makefile3
-rw-r--r--chat/ircservices/PLIST4
2 files changed, 4 insertions, 3 deletions
diff --git a/chat/ircservices/Makefile b/chat/ircservices/Makefile
index cdbf188e397..4071c6d8f79 100644
--- a/chat/ircservices/Makefile
+++ b/chat/ircservices/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2005/12/29 06:21:32 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2006/01/02 15:03:06 adrianp Exp $
#
DISTNAME= ircservices-5.0.56
+PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= ftp://ftp.esper.net/ircservices/ \
ftp://ftp.esper.net/ircservices/old/ \
diff --git a/chat/ircservices/PLIST b/chat/ircservices/PLIST
index 30bc326acb2..9a668969414 100644
--- a/chat/ircservices/PLIST
+++ b/chat/ircservices/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2005/11/30 17:47:54 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.8 2006/01/02 15:03:06 adrianp Exp $
lib/services/convert-db
lib/services/helpfiles/help
lib/services/languages/de
@@ -40,4 +40,4 @@ share/examples/rc.d/ircservices
@dirrm share/examples/ircservices
@dirrm lib/services/helpfiles
@dirrm lib/services/languages
-@dirrm lib/services
+@unexec ${RMDIR} %D/lib/services 2>/dev/null || ${TRUE}