diff options
Diffstat (limited to 'textproc/go.text')
-rw-r--r-- | textproc/go.text/Makefile | 2 | ||||
-rw-r--r-- | textproc/go.text/pkg-plist | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/textproc/go.text/Makefile b/textproc/go.text/Makefile index 203e9b181a4f..b55ae0b37317 100644 --- a/textproc/go.text/Makefile +++ b/textproc/go.text/Makefile @@ -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 \ diff --git a/textproc/go.text/pkg-plist b/textproc/go.text/pkg-plist index 765aa7f31541..887aa09a343b 100644 --- a/textproc/go.text/pkg-plist +++ b/textproc/go.text/pkg-plist @@ -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 |