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 /chat/ircII/Makefile | |
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.)
Diffstat (limited to 'chat/ircII/Makefile')
-rw-r--r-- | chat/ircII/Makefile | 3 |
1 files changed, 2 insertions, 1 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" |