summaryrefslogtreecommitdiff
path: root/lang/erlang14
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-04-12 06:21:15 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-04-12 06:21:15 +0000
commit5cd5b258b59f63241fff7b2d0cdeda22c2138b33 (patch)
tree98671b38100211b23e9d578a8a5a241e41b8a707 /lang/erlang14
parentPORTNAME/PORTVERSION stuff (diff)
Convert to the PORTNAME - PORTVERSION syntax.
Notes
Notes: svn path=/head/; revision=27458
Diffstat (limited to 'lang/erlang14')
-rw-r--r--lang/erlang14/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/erlang14/Makefile b/lang/erlang14/Makefile
index 2966ad9b4034..7c49b1c5316a 100644
--- a/lang/erlang14/Makefile
+++ b/lang/erlang14/Makefile
@@ -1,19 +1,19 @@
# New ports collection makefile for: erlang
-# Version required: R6B-0
# Date created: 11 Dec 1998
# Whom: ruslan@shevchenko.kiev.ua
#
# $FreeBSD$
#
-DISTNAME= otp_src_R6B-0
-PKGNAME= erlang-6.1.0
+PORTNAME= erlang
+PORTVERSION= 6.1.0
CATEGORIES= lang
MASTER_SITES= ftp://ftp.erlang.org/pub/download/ \
http://www.erlang.org/download/ \
http://erlang.stacken.kth.se/download/ \
http://www.csd.uu.se/ftp/mirror/erlang/download/
-DISTFILES= otp_src_R6B-0.tar.gz ${ERLANG_MAN} ${ERLANG_DOCS}
+DISTNAME= otp_src_R6B-0
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${ERLANG_MAN} ${ERLANG_DOCS}
PATCH_SITES= http://www.erlang.org/faq/ http://erlang.stacken.kth.se/faq/
PATCHFILES= tmp_patch_R6B0.2.txt tmp_patch_R6B0.3.txt \