pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/gsharutils Prevent paths to the build direct...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b659188560d
branches:  trunk
changeset: 496153:5b659188560d
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Thu Jun 23 20:37:23 2005 +0000

description:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.

diffstat:

 archivers/gsharutils/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 4587431e89ca -r 5b659188560d archivers/gsharutils/Makefile
--- a/archivers/gsharutils/Makefile     Thu Jun 23 20:35:55 2005 +0000
+++ b/archivers/gsharutils/Makefile     Thu Jun 23 20:37:23 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2005/04/11 21:44:48 tv Exp $
+# $NetBSD: Makefile,v 1.28 2005/06/23 20:37:23 kristerw Exp $
 
 DISTNAME=      sharutils-4.2.1
 PKGNAME=       g${DISTNAME}
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GNU:=sharutils/}
 
@@ -20,8 +20,10 @@
 INSTALL_TARGET=                install install-man
 USE_MAKEINFO=          YES
 INFO_FILES=            remsync.info sharutils.info
+USE_TOOLS+=            sh
 
 CONFIGURE_ARGS+=       --disable-uucode
+CONFIGURE_ENV+=                ac_cv_path_SH="${TOOLS_SH}"
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index