summaryrefslogtreecommitdiff
path: root/lang/go
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-05-16 11:53:10 +0000
committerwiz <wiz@pkgsrc.org>2014-05-16 11:53:10 +0000
commit644765889b1e5e096f6704746636ad601b3ef46c (patch)
tree207916c2ed2676302d6923c14cf2af14eebff8e6 /lang/go
parentf9e649f26fe91b77eef6066492da2d805e0a17c5 (diff)
downloadpkgsrc-644765889b1e5e096f6704746636ad601b3ef46c.tar.gz
Fix packaging after patch was added.
Diffstat (limited to 'lang/go')
-rw-r--r--lang/go/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/go/Makefile b/lang/go/Makefile
index 57d9ed18e15..5ec22c97657 100644
--- a/lang/go/Makefile
+++ b/lang/go/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2014/05/15 19:35:49 christos Exp $
+# $NetBSD: Makefile,v 1.8 2014/05/16 11:53:10 wiz Exp $
VERSION= 1.2.1
PKGREVISION= 1
@@ -92,6 +92,7 @@ do-build:
do-install:
cd ${WRKSRC} && rm -f .hgignore .hgtags
cd ${WRKDIR} && pax -rw go ${DESTDIR}${PREFIX}
+ ${RM} -f ${DESTDIR}${PREFIX}/go/src/cmd/ld/elf.c.orig
.for cmd in go gofmt
cd ${DESTDIR}${PREFIX}/bin && ln -sf ../go/bin/${cmd} ${cmd}
.endfor