summaryrefslogtreecommitdiff
path: root/chat/ircII
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:07:06 +0000
committeragc <agc>2004-01-20 12:07:06 +0000
commit0bc53217fe50327f0f59e7136db15f92f75951d9 (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /chat/ircII
parent4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff)
downloadpkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.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)