summaryrefslogtreecommitdiff
path: root/chat/ircII/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/ircII/Makefile')
-rw-r--r--chat/ircII/Makefile4
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!)