Remove godoc, it moved to the go.tools subrepo (which is not packaged yet).

This commit is contained in:
Benny Siegert 2013-12-15 19:00:06 +00:00 committed by Thomas Klausner
parent b98106b3e3
commit 4222e53229
2 changed files with 3 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2013/12/06 12:54:16 bsiegert Exp $
# $NetBSD: Makefile,v 1.13 2013/12/15 19:00:06 bsiegert Exp $
DISTNAME= go1.2.src
PKGNAME= go-1.2
@ -90,7 +90,7 @@ do-build:
do-install:
cd ${WRKSRC} && rm -f .hgignore .hgtags
cd ${WRKDIR} && pax -rw go ${DESTDIR}${PREFIX}
.for cmd in go godoc gofmt
.for cmd in go gofmt
cd ${DESTDIR}${PREFIX}/bin && ln -sf ../go/bin/${cmd} ${cmd}
.endfor

View file

@ -1,6 +1,5 @@
@comment $NetBSD: PLIST,v 1.10 2013/12/06 12:54:16 bsiegert Exp $
@comment $NetBSD: PLIST,v 1.11 2013/12/15 19:00:06 bsiegert Exp $
bin/go
bin/godoc
bin/gofmt
go/AUTHORS
go/CONTRIBUTORS