diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-06-25 03:10:06 +0800 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-06-25 03:10:06 +0800 |
commit | f5171ea62bd368dc2b72f55630dabdda1c09c21d (patch) | |
tree | b4535423f8bba320c3a6c8a0d99cd8770315ff43 /devel | |
parent | 983c320ec80b03052c5d5bc09841b4aba1a8ddc7 (diff) | |
download | freebsd-ports-gnome-f5171ea62bd368dc2b72f55630dabdda1c09c21d.tar.gz freebsd-ports-gnome-f5171ea62bd368dc2b72f55630dabdda1c09c21d.tar.zst freebsd-ports-gnome-f5171ea62bd368dc2b72f55630dabdda1c09c21d.zip |
Fix pkg-plist for Erlang 19.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/erlang-unicode_util_compat/Makefile | 2 | ||||
-rw-r--r-- | devel/erlang-unicode_util_compat/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/erlang-unicode_util_compat/Makefile b/devel/erlang-unicode_util_compat/Makefile index 06e36645a359..8096997d2bb7 100644 --- a/devel/erlang-unicode_util_compat/Makefile +++ b/devel/erlang-unicode_util_compat/Makefile @@ -2,7 +2,7 @@ PORTNAME= unicode_util_compat PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel PKGNAMEPREFIX= erlang- diff --git a/devel/erlang-unicode_util_compat/pkg-plist b/devel/erlang-unicode_util_compat/pkg-plist index 477395cd5d80..3bbbb3154924 100644 --- a/devel/erlang-unicode_util_compat/pkg-plist +++ b/devel/erlang-unicode_util_compat/pkg-plist @@ -1,5 +1,7 @@ +lib/erlang/lib/unicode_util_compat-%%VERSION%%/ebin/unicode_util.beam lib/erlang/lib/unicode_util_compat-%%VERSION%%/ebin/unicode_util_compat.app lib/erlang/lib/unicode_util_compat-%%VERSION%%/ebin/unicode_util_compat.beam +lib/erlang/lib/unicode_util_compat-%%VERSION%%/src/unicode_util.erl lib/erlang/lib/unicode_util_compat-%%VERSION%%/src/unicode_util_compat.app.src lib/erlang/lib/unicode_util_compat-%%VERSION%%/src/unicode_util_compat.erl %%PORTDOCS%%%%DOCSDIR%%/README.md |