diff options
author | gahr <gahr@FreeBSD.org> | 2013-09-20 15:43:51 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-09-20 15:43:51 +0800 |
commit | fba6dc07b9c26d59ed3b5f8a41d6a03f822a9e6a (patch) | |
tree | ed5206bc6ebcc567d7f863d751c07e580aa3a256 /lang/tcl86 | |
parent | 2f4231a2c7b047039f382973e67b5b914ec91afe (diff) | |
download | freebsd-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/tcl86')
-rw-r--r-- | lang/tcl86/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/tcl86/Makefile b/lang/tcl86/Makefile index 2ff98fd7f16f..1c085f8b48c3 100644 --- a/lang/tcl86/Makefile +++ b/lang/tcl86/Makefile @@ -36,7 +36,6 @@ CONFIGURE_ENV= PORTSDIR=${PORTSDIR} TCL_VER= ${PORTVERSION:R} SHORT_TCL_VER= ${TCL_VER:S/.//} -LATEST_LINK= ${PORTNAME}${SHORT_TCL_VER} MAN_SUFFIX= ${LATEST_LINK} MAKE_ENV= SHORT_TCL_VER=${SHORT_TCL_VER} \ |