diff options
author | wiz <wiz@pkgsrc.org> | 2005-09-11 11:43:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-09-11 11:43:23 +0000 |
commit | 79366c8c053546f1abbbfef13fa6f359dabb9359 (patch) | |
tree | 44a32f99fa7cb3d38e65558d5989903f76d9fadc /net/netdisco | |
parent | 02958a05990ba1c39e4d2018b71bf70a462fac60 (diff) | |
download | pkgsrc-79366c8c053546f1abbbfef13fa6f359dabb9359.tar.gz |
Set WRKSRC to PKGNAME_NOREV to unbreak build.
Diffstat (limited to 'net/netdisco')
-rw-r--r-- | net/netdisco/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netdisco/Makefile b/net/netdisco/Makefile index 7cf65e72018..bbb08f1a3aa 100644 --- a/net/netdisco/Makefile +++ b/net/netdisco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/08/23 11:48:50 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2005/09/11 11:43:23 wiz Exp $ # DISTNAME= netdisco-0.94_with_mibs @@ -25,7 +25,7 @@ USE_PKGINSTALL= yes #DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL #MESSAGE_SRC= ${.CURDIR}/MESSAGE -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} .include "../../mk/bsd.prefs.mk" |