summaryrefslogtreecommitdiff
path: root/net/ns
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
commit3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /net/ns
parentdc52048e014fdad9bb69ef9db159835a61c8dd4d (diff)
downloadpkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'net/ns')
-rw-r--r--net/ns/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ns/Makefile b/net/ns/Makefile
index 7c87a8ad63b..3cae0ad0b3c 100644
--- a/net/ns/Makefile
+++ b/net/ns/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2003/10/06 11:02:45 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2004/01/20 12:22:20 agc Exp $
DISTNAME= ns-src-2.26
PKGNAME= ${DISTNAME:S/-src//}
PKGREVISION= 1
-WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
CATEGORIES= net
MASTER_SITES= http://www.isi.edu/nsnam/dist/
@@ -13,6 +12,7 @@ COMMENT= The UCB/LBNL Network Simulator Version 2
.include "../../mk/bsd.prefs.mk"
+WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
USE_X11= yes