diff options
author | dholland <dholland@pkgsrc.org> | 2012-09-29 04:24:08 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-09-29 04:24:08 +0000 |
commit | 7fef75bf50779b77279860e3e8ea3fbf8a1b0fce (patch) | |
tree | 401899dc957440e7e883ca1ef4bbd11376826d99 /net/ns | |
parent | e8ccb02eb535753ec0a3ae73f601f983d2fc8731 (diff) | |
download | pkgsrc-7fef75bf50779b77279860e3e8ea3fbf8a1b0fce.tar.gz |
WRKSRC should use PKGNAME_NOREV.
Diffstat (limited to 'net/ns')
-rw-r--r-- | net/ns/Makefile | 4 |
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 |