diff options
Diffstat (limited to 'chat/ircII/Makefile')
-rw-r--r-- | chat/ircII/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index bb88249a8b8..e75c30b3bd1 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,10 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2001/12/10 13:38:29 mrg Exp $ -# FreeBSD Id: Makefile,v 1.14 1997/05/14 10:35:13 torstenb Exp -# +# $NetBSD: Makefile,v 1.12 2001/12/19 10:59:43 tron Exp $ DISTNAME= ircii-20011210 PKGNAME= ircII-20011210 -WRKSRC= ${WRKDIR}/ircii-20011210 CATEGORIES= chat MASTER_SITES= ftp://ircii.warped.com/pub/ircII/ \ ftp://ircftp.au.eterna.com.au/pub/ircII/ @@ -24,6 +21,7 @@ CONFIGURE_ARGS+= --with-default-server=${DEFAULT_IRC_SERVER} .endif BUILD_DEFS+= USE_INET6 +WRKSRC= ${WRKDIR}/ircii-20011210 # Note: this pkg auto-detects IPv6 without regarding USE_INET6. # (Leave the above line in to still get it into the README-IPv6.html!) |