diff options
author | mrg <mrg@pkgsrc.org> | 2002-04-03 14:00:49 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2002-04-03 14:00:49 +0000 |
commit | 303e17f080e4bfe5debdc125967b7906befb93fb (patch) | |
tree | 7e834d7ca3309a39c9b003bfab6dec561c506e7e | |
parent | d22a551585a7012aa76e8622bf9ab5608157a70b (diff) | |
download | pkgsrc-303e17f080e4bfe5debdc125967b7906befb93fb.tar.gz |
add ${VERS} to the PLIST_SUBST, and use this for the bin/irc-${VERS} line
in PLIST. now we only have to update VERS=. (thanks nick.)
-rw-r--r-- | chat/ircII/Makefile | 3 | ||||
-rw-r--r-- | chat/ircII/PLIST | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index 375a9632721..0d0a4a10a55 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2002/04/03 13:42:01 mrg Exp $ +# $NetBSD: Makefile,v 1.17 2002/04/03 14:00:49 mrg Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} @@ -13,6 +13,7 @@ COMMENT= The 'Internet Relay Chat' and 'Internet Citizens Band' Client CONFLICTS= blackened-[0-9]* VERS= 20020403 +PLIST_SUBST+= VERS=${VERS} .include "../../mk/bsd.prefs.mk" diff --git a/chat/ircII/PLIST b/chat/ircII/PLIST index b2a72617251..57924770ed7 100644 --- a/chat/ircII/PLIST +++ b/chat/ircII/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.7 2002/04/03 13:42:01 mrg Exp $ +@comment $NetBSD: PLIST,v 1.8 2002/04/03 14:00:50 mrg Exp $ bin/irc -bin/irc-20020403 +bin/irc-${VERS} bin/ircbug bin/ircflush bin/ircio |