summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland>2012-09-29 04:24:08 +0000
committerdholland <dholland>2012-09-29 04:24:08 +0000
commitad089abecfd606ea3a4347b53981b623b5c250cd (patch)
tree401899dc957440e7e883ca1ef4bbd11376826d99
parent1f3166d4bbe38acfba11936d0b187a0e42025f3f (diff)
downloadpkgsrc-ad089abecfd606ea3a4347b53981b623b5c250cd.tar.gz
WRKSRC should use PKGNAME_NOREV.
-rw-r--r--net/ns/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ns/Makefile b/net/ns/Makefile
index 77d5b6735fc..4580f538de4 100644
--- a/net/ns/Makefile
+++ b/net/ns/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2012/09/29 04:23:02 dholland Exp $
+# $NetBSD: Makefile,v 1.35 2012/09/29 04:24:08 dholland Exp $
DISTNAME= ns-2.33
PKGREVISION= 1
@@ -12,7 +12,7 @@ COMMENT= The UCB/LBNL Network Simulator Version 2
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
-WRKSRC= ${WRKDIR}/${PKGNAME}
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_LANGUAGES= c99 c++
USE_TOOLS+= gmake
GNU_CONFIGURE= yes