pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/go-glob go-glob: REPLACE_INTERPRETER+=bash



details:   https://anonhg.NetBSD.org/pkgsrc/rev/067ec6be7907
branches:  trunk
changeset: 313353:067ec6be7907
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Sep 27 21:06:06 2018 +0000

description:
go-glob: REPLACE_INTERPRETER+=bash

diffstat:

 textproc/go-glob/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 126176ccfcbb -r 067ec6be7907 textproc/go-glob/Makefile
--- a/textproc/go-glob/Makefile Thu Sep 27 20:52:55 2018 +0000
+++ b/textproc/go-glob/Makefile Thu Sep 27 21:06:06 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/06/12 23:50:02 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2018/09/27 21:06:06 tnn Exp $
 
 DISTNAME=      glob-0.2.3
 PKGNAME=       go-${DISTNAME}
@@ -15,5 +15,10 @@
 GO_DIST_BASE=  ${DISTNAME}
 GO_SRCPATH=    ${HOMEPAGE:S,https://,,}
 
+REPLACE_INTERPRETER+=  bash
+REPLACE.bash.old=      .*/bin/bash
+REPLACE.bash.new=      ${SH}
+REPLACE_FILES.bash=    bench.sh
+
 .include "../../lang/go/go-package.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index