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:           Sat Sep 29 15:27:07 UTC 2018

Modified Files:
        pkgsrc/textproc/go-glob: Makefile

Log Message:
go-glob: REPLACE_SH


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/textproc/go-glob/Makefile:1.3
--- pkgsrc/textproc/go-glob/Makefile:1.2        Thu Sep 27 21:06:06 2018
+++ pkgsrc/textproc/go-glob/Makefile    Sat Sep 29 15:27:07 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/09/27 21:06:06 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2018/09/29 15:27:07 tnn Exp $
 
 DISTNAME=      glob-0.2.3
 PKGNAME=       go-${DISTNAME}
@@ -15,10 +15,7 @@ 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
+REPLACE_SH+=   bench.sh
 
 .include "../../lang/go/go-package.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index