1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

lang/tcl87: two minor fixes after the versioning scheme change

This commit is contained in:
Pietro Cerutti 2016-06-06 12:06:40 +00:00
parent d389ec13c4
commit 51453d4e17
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416454

View File

@ -5,7 +5,7 @@ PORTNAME= tcl
DISTVERSION= 8.7.a0.20160606
CATEGORIES= lang
MASTER_SITES= http://core.tcl.tk/tcl/tarball/
PKGNAMESUFFIX= ${PORTVERSION:R:S/.//}
PKGNAMESUFFIX= ${PORTVERSION:R:R:S/.//}
DISTNAME= Tcl+Source+Code-${FOSSIL_CHECKIN}
MAINTAINER= tcltk@FreeBSD.org
@ -39,7 +39,7 @@ CONFIGURE_ARGS= --enable-shared \
--includedir=${PREFIX}/include/tcl${TCL_VER}
CONFIGURE_ENV= PORTSDIR=${PORTSDIR}
TCL_VER= ${PORTVERSION:R}
TCL_VER= ${PORTVERSION:R:R}
MAN_SUFFIX= ${PKGBASE}
MAKE_ENV= SHORT_TCL_VER=${PKGNAMESUFFIX} \