diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /chat/ircII | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'chat/ircII')
-rw-r--r-- | chat/ircII/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index b4b733128e3..b8318a98667 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2003/03/16 01:56:53 mrg Exp $ +# $NetBSD: Makefile,v 1.24 2003/03/29 12:40:17 jmmv Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} +WRKSRC= ${WRKDIR}/ircii-${VERS} CATEGORIES= chat MASTER_SITES= ftp://ircii.warped.com/pub/ircII/ \ ftp://ircftp.au.eterna.com.au/pub/ircII/ @@ -24,7 +25,6 @@ CONFIGURE_ARGS+= --with-default-server=${DEFAULT_IRC_SERVER} .endif BUILD_DEFS+= USE_INET6 -WRKSRC= ${WRKDIR}/ircii-${VERS} # Note: this pkg auto-detects IPv6 without regarding USE_INET6. # (Leave the above line in to still get it into the README-IPv6.html!) |