diff options
Diffstat (limited to 'lang/tcl/Makefile')
-rw-r--r-- | lang/tcl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile index c2b184e8e8a..a529b32365a 100644 --- a/lang/tcl/Makefile +++ b/lang/tcl/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.117 2021/11/16 16:24:39 adam Exp $ +# $NetBSD: Makefile,v 1.118 2021/12/08 16:05:24 adam Exp $ DISTNAME= tcl${TCL_VERSION}-src PKGNAME= tcl-${TCL_VERSION} +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcl/} |