diff options
author | wiz <wiz@pkgsrc.org> | 2005-09-21 16:10:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-09-21 16:10:08 +0000 |
commit | 6c141f6f73c62c4e3e6bf908b78579ed9728a8fc (patch) | |
tree | 7b2acf995b6e24ee6d29a4dd1b9a1c17527cfc9d /shells | |
parent | 88b33f3ab63b34c974f69f7c94f8e6ee971d1ec9 (diff) | |
download | pkgsrc-6c141f6f73c62c4e3e6bf908b78579ed9728a8fc.tar.gz |
Use PKGNAME_NOREV when setting WRKSRC. Fixes bulk build problem.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/posh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/posh/Makefile b/shells/posh/Makefile index cc93ec1d385..284d3ae87da 100644 --- a/shells/posh/Makefile +++ b/shells/posh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/09/20 04:23:49 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/09/21 16:10:08 wiz Exp $ # DISTNAME= posh_0.3.14 @@ -16,7 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES PKG_SHELL= bin/posh USE_PKGINSTALL= YES -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/posh |