summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2016-12-02 22:29:22 +0000
committerBrad Davis <brd@FreeBSD.org>2016-12-02 22:29:22 +0000
commit9d34dacc34b89e7aaa5438494ef353bb7fc856ff (patch)
tree2877f6d870733b1f63171055d610b49172051b2f
parentUpdate to 1.6.0 (diff)
Install encoding/internal/identifier as well.
PR: 215010 Approved by: jlaffaye
Notes
Notes: svn path=/head/; revision=427586
-rw-r--r--textproc/go.text/Makefile2
-rw-r--r--textproc/go.text/pkg-plist1
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