diff options
author | wiz <wiz> | 2005-09-21 16:10:08 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-09-21 16:10:08 +0000 |
commit | 9a9bf06e5d1b26ca53fc38617f2f12fa53b0ba0f (patch) | |
tree | 7b2acf995b6e24ee6d29a4dd1b9a1c17527cfc9d /shells | |
parent | c73f5d0165ae95a1f48e212e962d96c4f06fb65b (diff) | |
download | pkgsrc-9a9bf06e5d1b26ca53fc38617f2f12fa53b0ba0f.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 |