diff options
author | tron <tron> | 2001-12-19 10:59:43 +0000 |
---|---|---|
committer | tron <tron> | 2001-12-19 10:59:43 +0000 |
commit | cea229060770797651be18187a0501e744724982 (patch) | |
tree | 1ef0641851f97c777cb4ed977ef9188e4f94b02b /chat | |
parent | c5d895933a10f0b6ed962c1dce9e1332149fef34 (diff) | |
download | pkgsrc-cea229060770797651be18187a0501e744724982.tar.gz |
Move definition of "WRKSRC" to the correct position.
Diffstat (limited to 'chat')
-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!) |