diff options
author | agc <agc> | 2003-06-18 09:22:14 +0000 |
---|---|---|
committer | agc <agc> | 2003-06-18 09:22:14 +0000 |
commit | 705bfcaa9176242a96f21ed77e602d1a5ee1c431 (patch) | |
tree | cc7d19b68940ae694dd05424c812173b1ca6be07 /sysutils/extipl | |
parent | bcba80236aa208d39c9936c5b917b014a7485c10 (diff) | |
download | pkgsrc-705bfcaa9176242a96f21ed77e602d1a5ee1c431.tar.gz |
When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.
Diffstat (limited to 'sysutils/extipl')
-rw-r--r-- | sysutils/extipl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/extipl/Makefile b/sysutils/extipl/Makefile index 4524f32aeac..c00534d8c9b 100644 --- a/sysutils/extipl/Makefile +++ b/sysutils/extipl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2003/03/29 12:42:27 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2003/06/18 09:22:24 agc Exp $ # DISTNAME= extipl-5.04 -WRKSRC= ${WRKDIR}/${PKGNAME}/src +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src CATEGORIES= sysutils MASTER_SITES= http://www.tsden.org/takamiti/extipl/archs/ |