aboutsummaryrefslogtreecommitdiffstats
path: root/lang/tcl84
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2013-09-20 15:43:51 +0800
committergahr <gahr@FreeBSD.org>2013-09-20 15:43:51 +0800
commitfba6dc07b9c26d59ed3b5f8a41d6a03f822a9e6a (patch)
treeed5206bc6ebcc567d7f863d751c07e580aa3a256 /lang/tcl84
parent2f4231a2c7b047039f382973e67b5b914ec91afe (diff)
downloadfreebsd-ports-gnome-fba6dc07b9c26d59ed3b5f8a41d6a03f822a9e6a.tar.gz
freebsd-ports-gnome-fba6dc07b9c26d59ed3b5f8a41d6a03f822a9e6a.tar.zst
freebsd-ports-gnome-fba6dc07b9c26d59ed3b5f8a41d6a03f822a9e6a.zip
- Finish up the change of PKGNAME for Tcl/Tk ports to match LATEST_LINK
Suggested by: bapt
Diffstat (limited to 'lang/tcl84')
-rw-r--r--lang/tcl84/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile
index a15bc518ca86..283dba3263d4 100644
--- a/lang/tcl84/Makefile
+++ b/lang/tcl84/Makefile
@@ -2,14 +2,15 @@
# $FreeBSD$
PORTNAME= tcl
-DISTVERSION= 8.4.20
+PORTVERSION= 8.4.20
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= lang tcl
MASTER_SITES= ${MASTER_SITE_TCLTK} \
SF/tcl/Tcl/${PORTVERSION}
MASTER_SITE_SUBDIR= tcl8_4
-DISTNAME= ${PORTNAME}${DISTVERSION}-src
+PKGNAMESUFFIX= ${PORTVERSION:R:S/.//}
+DISTNAME= ${PORTNAME}${PORTVERSION}-src
MAINTAINER= tcltk@FreeBSD.org
COMMENT= Tool Command Language
@@ -34,7 +35,6 @@ CONFIGURE_ENV= PORTSDIR=${PORTSDIR}
TCL_VER= 8.4
SHORT_TCL_VER= ${TCL_VER:S/8./8/}
-LATEST_LINK= ${PORTNAME}${SHORT_TCL_VER}
MAN_SUFFIX= ${LATEST_LINK}
MAKE_ENV= SHORT_TCL_VER="${SHORT_TCL_VER}" \