pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/go-glob
Module Name: pkgsrc
Committed By: tnn
Date: Thu Sep 27 21:06:06 UTC 2018
Modified Files:
pkgsrc/textproc/go-glob: Makefile
Log Message:
go-glob: REPLACE_INTERPRETER+=bash
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/go-glob/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/go-glob/Makefile
diff -u pkgsrc/textproc/go-glob/Makefile:1.1 pkgsrc/textproc/go-glob/Makefile:1.2
--- pkgsrc/textproc/go-glob/Makefile:1.1 Tue Jun 12 23:50:02 2018
+++ pkgsrc/textproc/go-glob/Makefile Thu Sep 27 21:06:06 2018
@@ -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 @@ LICENSE= mit
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