summaryrefslogtreecommitdiff
path: root/lang/go14
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-08-22 23:32:40 +0000
committerwiz <wiz@pkgsrc.org>2015-08-22 23:32:40 +0000
commit1dfa86cd0133c07ac81e8b4f6f57dd4234754096 (patch)
treee682f5585813783fc0e2b0a5825e4444f86fd506 /lang/go14
parent36bf092b510142013f6c05c09345d5726fc1ac5c (diff)
downloadpkgsrc-1dfa86cd0133c07ac81e8b4f6f57dd4234754096.tar.gz
Fix CHECK_FILES_SKIP patterns for new PREFIX.
No change to binary package, so no PKGREVISION bump.
Diffstat (limited to 'lang/go14')
-rw-r--r--lang/go14/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/go14/Makefile b/lang/go14/Makefile
index 4a4c8dcd337..c76b4870fb7 100644
--- a/lang/go14/Makefile
+++ b/lang/go14/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/08/22 10:46:33 bsiegert Exp $
+# $NetBSD: Makefile,v 1.3 2015/08/22 23:32:40 wiz Exp $
.include "../../lang/go/version.mk"
@@ -69,11 +69,11 @@ REPLACE_PERL+= src/syscall/*.pl
REPLACE_PERL+= test/errchk
# uses /bin/rc (for Plan 9)
-CHECK_INTERPRETER_SKIP+= go/include/plan9/mklibc.rc
-CHECK_INTERPRETER_SKIP+= go/src/all.rc
-CHECK_INTERPRETER_SKIP+= go/src/clean.rc
-CHECK_INTERPRETER_SKIP+= go/src/make.rc
-CHECK_INTERPRETER_SKIP+= go/src/run.rc
+CHECK_INTERPRETER_SKIP+= go14/include/plan9/mklibc.rc
+CHECK_INTERPRETER_SKIP+= go14/src/all.rc
+CHECK_INTERPRETER_SKIP+= go14/src/clean.rc
+CHECK_INTERPRETER_SKIP+= go14/src/make.rc
+CHECK_INTERPRETER_SKIP+= go14/src/run.rc
do-build:
cd ${WRKSRC}/src && env GOROOT_FINAL=${GOROOT_FINAL:Q} ${BASH} ./make.bash