diff options
author | olgeni <olgeni@FreeBSD.org> | 2019-06-25 14:38:40 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2019-06-25 14:38:40 +0800 |
commit | ab4dbbe8c8eb0138ba41021d853afce31a06cb01 (patch) | |
tree | 0593ad2ebf9412364f138fa670e66f955a5fcf41 /lang | |
parent | 8b43bed4aebc3cf4f39d30ac62c3fcacd1bc183d (diff) | |
download | freebsd-ports-gnome-ab4dbbe8c8eb0138ba41021d853afce31a06cb01.tar.gz freebsd-ports-gnome-ab4dbbe8c8eb0138ba41021d853afce31a06cb01.tar.zst freebsd-ports-gnome-ab4dbbe8c8eb0138ba41021d853afce31a06cb01.zip |
lang/erlang-runtime*: remove DATADIR conflicts from r505053, r505054, r505056.
They show up while testing net/rabbitmq, which brings in both
erlang-runtime21 and lang/erlang (via lang/elixir).
Diffstat (limited to 'lang')
-rw-r--r-- | lang/erlang-runtime21/Makefile | 3 | ||||
-rw-r--r-- | lang/erlang-runtime22/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/erlang-runtime21/Makefile b/lang/erlang-runtime21/Makefile index a652dc75f39c..6930dfa04a8b 100644 --- a/lang/erlang-runtime21/Makefile +++ b/lang/erlang-runtime21/Makefile @@ -4,7 +4,7 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP- DISTVERSION= 21.3.8.4 -PORTREVISION= 1 +PORTREVISION= 2 # NB when bumping OTP versions also bump PORTREVISION in databases/couchdb2 CATEGORIES= lang parallel java PKGNAMESUFFIX= -runtime21 @@ -24,6 +24,7 @@ GH_PROJECT= otp:otp corba:corba GH_TAGNAME= 4.5.2:corba USE_PERL5= build +DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} WRKSRC= ${WRKSRC_otp} GNU_CONFIGURE= yes diff --git a/lang/erlang-runtime22/Makefile b/lang/erlang-runtime22/Makefile index 7ddeb2a69468..9b8c191115ea 100644 --- a/lang/erlang-runtime22/Makefile +++ b/lang/erlang-runtime22/Makefile @@ -4,7 +4,7 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP- DISTVERSION= 22.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang parallel java PKGNAMESUFFIX= -runtime22 DIST_SUBDIR= erlang @@ -23,6 +23,7 @@ GH_PROJECT= otp:otp corba:corba GH_TAGNAME= 4.5.2:corba USE_PERL5= build +DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} WRKSRC= ${WRKSRC_otp} GNU_CONFIGURE= yes |