summaryrefslogtreecommitdiff
path: root/chat/ircII
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
commitdc52048e014fdad9bb69ef9db159835a61c8dd4d (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /chat/ircII
parent46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff)
downloadpkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'chat/ircII')
-rw-r--r--chat/ircII/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile
index 23ac408b525..24d7d88e5dc 100644
--- a/chat/ircII/Makefile
+++ b/chat/ircII/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2004/01/05 11:16:31 grant Exp $
+# $NetBSD: Makefile,v 1.32 2004/01/20 12:09:35 agc 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/ \
@@ -21,6 +20,7 @@ PLIST_SUBST+= VERS=${VERS}
.include "../../mk/bsd.prefs.mk"
+WRKSRC= ${WRKDIR}/ircii-${VERS}
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
.if defined(DEFAULT_IRC_SERVER)