diff options
author | olgeni <olgeni@FreeBSD.org> | 2013-05-06 21:00:20 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2013-05-06 21:00:20 +0800 |
commit | 7f75c279de349063993590c65cf9d4f04d643d25 (patch) | |
tree | 3bd2bd6765be03b58ed53b63d64216b02e194e18 /lang | |
parent | 266748e84305ac0e86d0bd6409645d8d8a89d09b (diff) | |
download | freebsd-ports-gnome-7f75c279de349063993590c65cf9d4f04d643d25.tar.gz freebsd-ports-gnome-7f75c279de349063993590c65cf9d4f04d643d25.tar.zst freebsd-ports-gnome-7f75c279de349063993590c65cf9d4f04d643d25.zip |
Fix LATEST_LINK.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/erlang-runtime15/Makefile | 3 | ||||
-rw-r--r-- | lang/erlang-runtime16/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lang/erlang-runtime15/Makefile b/lang/erlang-runtime15/Makefile index dad525d8aee5..beb2400e1a79 100644 --- a/lang/erlang-runtime15/Makefile +++ b/lang/erlang-runtime15/Makefile @@ -3,6 +3,7 @@ PORTNAME= erlang PORTVERSION= 15.b.03.1 +PORTREVISION= 1 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -23,6 +24,8 @@ PATCH_SITES= http://www.erlang.org/download MAINTAINER= olgeni@FreeBSD.org COMMENT= A functional programming language from Ericsson +LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}${PORTVERSION:C/\..*//} + WRKSRC= ${WRKDIR}/otp_src_R15B03 ERLANG_LIB= ${PORTNAME}${PORTVERSION:C/\..*//} diff --git a/lang/erlang-runtime16/Makefile b/lang/erlang-runtime16/Makefile index b70a66ab6a92..5e3af76d13c4 100644 --- a/lang/erlang-runtime16/Makefile +++ b/lang/erlang-runtime16/Makefile @@ -3,6 +3,7 @@ PORTNAME= erlang PORTVERSION= 16.b +PORTREVISION= 1 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -23,6 +24,8 @@ PATCH_SITES= http://www.erlang.org/download MAINTAINER= olgeni@FreeBSD.org COMMENT= A functional programming language from Ericsson +LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}${PORTVERSION:C/\..*//} + WRKSRC= ${WRKDIR}/otp_src_R16B ERLANG_LIB= ${PORTNAME}${PORTVERSION:C/\..*//} |