diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-27 14:47:15 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-27 14:47:15 +0000 |
commit | 60666b7ffa0b7afdad626db05595025e08a2eaaf (patch) | |
tree | 93895b88a56a42bceb99a2ec8683aec60ccafc57 /chat | |
parent | 040413dddfd5523f60e73523c9efca0b14548d34 (diff) | |
download | pkgsrc-60666b7ffa0b7afdad626db05595025e08a2eaaf.tar.gz |
Set REPLACE_PERL for a perl script. Bump PKGREVISION.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/sirc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chat/sirc/Makefile b/chat/sirc/Makefile index eb420041299..b961ec11969 100644 --- a/chat/sirc/Makefile +++ b/chat/sirc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2005/07/16 19:10:38 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/06/27 14:47:15 minskim Exp $ DISTNAME= sirc-2.211 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= chat MASTER_SITES= http://www.iagora.com/~espel/sirc/ \ http://www.iagora.com/~espel/sirc/scripts/ @@ -42,10 +42,11 @@ SIRC_SCRIPTS= \ www.pl \ yiff.pl -NO_CONFIGURE= yes NO_BUILD= yes DIST_SUBDIR= sirc +REPLACE_PERL+= dsirc + .include "../../mk/bsd.prefs.mk" .if defined(DEFAULT_IRC_SERVER) IRC_SERVER= ${DEFAULT_IRC_SERVER} |