summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-12-19 10:59:43 +0000
committertron <tron@pkgsrc.org>2001-12-19 10:59:43 +0000
commit981a75b1c7a4322bee09f5c89731f2268281bb79 (patch)
tree1ef0641851f97c777cb4ed977ef9188e4f94b02b /chat
parent51284d5551fd4e0bb010255af2d2a2d7ffb41c46 (diff)
downloadpkgsrc-981a75b1c7a4322bee09f5c89731f2268281bb79.tar.gz
Move definition of "WRKSRC" to the correct position.
Diffstat (limited to 'chat')
-rw-r--r--chat/ircII/Makefile6
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!)