pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/posh Use PKGNAME_NOREV when setting WRKSRC. Fix...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4da475c2defd
branches:  trunk
changeset: 499378:4da475c2defd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 21 16:10:08 2005 +0000

description:
Use PKGNAME_NOREV when setting WRKSRC. Fixes bulk build problem.

diffstat:

 shells/posh/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ef3071d47fd3 -r 4da475c2defd shells/posh/Makefile
--- a/shells/posh/Makefile      Wed Sep 21 16:09:43 2005 +0000
+++ b/shells/posh/Makefile      Wed Sep 21 16:10:08 2005 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index