diff options
Diffstat (limited to 'lang/tcl86/Makefile')
-rw-r--r-- | lang/tcl86/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/tcl86/Makefile b/lang/tcl86/Makefile index ef14310e48f3..2ff98fd7f16f 100644 --- a/lang/tcl86/Makefile +++ b/lang/tcl86/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= tcl -PORTVERSION= 8.6.0 -PORTREVISION= 2 +PORTVERSION= 8.6.1 CATEGORIES= lang MASTER_SITES= SF/tcl/Tcl/${PORTVERSION} \ ${MASTER_SITE_TCLTK} MASTER_SITE_SUBDIR=tcl8_6 +PKGNAMESUFFIX= ${PORTVERSION:R:S/.//} DISTNAME= ${PORTNAME}${PORTVERSION}-src MAINTAINER= tcltk@FreeBSD.org |