From 6c141f6f73c62c4e3e6bf908b78579ed9728a8fc Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 21 Sep 2005 16:10:08 +0000 Subject: Use PKGNAME_NOREV when setting WRKSRC. Fixes bulk build problem. --- shells/posh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shells') 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 -- cgit v1.2.3