pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/patchutils Fixed path to the bash interpreter. A...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bdf7327da192
branches:  trunk
changeset: 520120:bdf7327da192
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 15 21:40:07 2006 +0000

description:
Fixed path to the bash interpreter. Added dependency to bash.
PKGREVISION++.

diffstat:

 devel/patchutils/Makefile |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 5dcb3f565bb1 -r bdf7327da192 devel/patchutils/Makefile
--- a/devel/patchutils/Makefile Sun Oct 15 21:34:09 2006 +0000
+++ b/devel/patchutils/Makefile Sun Oct 15 21:40:07 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2006/06/17 20:57:55 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2006/10/15 21:40:07 rillig Exp $
 #
 
 DISTNAME=              patchutils-0.2.31
+PKGREVISION=           1
 CATEGORIES=            devel
 MASTER_SITES=          http://cyberelk.net/tim/data/patchutils/stable/
 EXTRACT_SUFX=          .tar.bz2
@@ -17,9 +18,7 @@
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-patch=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}patch
 
-REPLACE_INTERPRETER+=  bash
-REPLACE.bash.old=      /bin/bash
-REPLACE.bash.new=      ${PREFIX}/bin/bash
-REPLACE_FILES.bash=    editdiff.in espdiff.in
+REPLACE_BASH+=         editdiff.in espdiff.in
+USE_TOOLS+=            bash:run
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index