diff options
-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 |