diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-01-02 15:03:06 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-01-02 15:03:06 +0000 |
commit | 2bb0a299e34633822364e33c4b7c88aa5be13265 (patch) | |
tree | 0d393fae0a3106e5b7f59e36a894f843cbcdfc2d /chat | |
parent | c17431089d72ca30b45e35001ab60728b5ba95e4 (diff) | |
download | pkgsrc-2bb0a299e34633822364e33c4b7c88aa5be13265.tar.gz |
Minor PLIST change to deal with modified configuration files
Bump to nb1
Diffstat (limited to 'chat')
-rw-r--r-- | chat/ircservices/Makefile | 3 | ||||
-rw-r--r-- | chat/ircservices/PLIST | 4 |
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} |