Install encoding/internal/identifier as well.

PR:		215010
Approved by:	jlaffaye
This commit is contained in:
Brad Davis 2016-12-02 22:29:22 +00:00
parent 9736febb78
commit 9d34dacc34
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427586
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= go.text
PORTVERSION= 20160702
PORTREVISION= 1
CATEGORIES= textproc devel
MAINTAINER= jlaffaye@FreeBSD.org
@ -25,6 +26,7 @@ GO_TARGET= ${GO_PKGNAME}/cases \
${GO_PKGNAME}/encoding/htmlindex \
${GO_PKGNAME}/encoding/ianaindex \
${GO_PKGNAME}/encoding/internal \
${GO_PKGNAME}/encoding/internal/identifier \
${GO_PKGNAME}/encoding/japanese \
${GO_PKGNAME}/encoding/korean \
${GO_PKGNAME}/encoding/simplifiedchinese \

View File

@ -8,6 +8,7 @@
%%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding/htmlindex.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding/ianaindex.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding/internal.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding/internal/identifier.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding/japanese.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding/korean.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding/simplifiedchinese.a