Install encoding/internal/identifier as well.
PR: 215010 Approved by: jlaffaye
This commit is contained in:
parent
9736febb78
commit
9d34dacc34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427586
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user