diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-11-20 09:20:00 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-11-20 09:20:00 +0000 |
commit | d28eb958786d2b0c96f06973f4564a286e3fa5ee (patch) | |
tree | 2757bc8beb84b71b4e1c4870a85aff86618ab804 /lang/tcl86 | |
parent | cee62b2ed60008a48812c28ff30009a195936759 (diff) | |
download | ports-d28eb958786d2b0c96f06973f4564a286e3fa5ee.tar.gz ports-d28eb958786d2b0c96f06973f4564a286e3fa5ee.zip |
Notes
Diffstat (limited to 'lang/tcl86')
-rw-r--r-- | lang/tcl86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tcl86/Makefile b/lang/tcl86/Makefile index 982ec18312be..13265c47a3f0 100644 --- a/lang/tcl86/Makefile +++ b/lang/tcl86/Makefile @@ -14,7 +14,7 @@ PKGNAMESUFFIX?= ${THREADS_SUFFIX}${PKGNAMESUFFIX2} DISTNAME= ${PORTNAME}${PORTVERSION:S/.b.1/b1/}-src MAINTAINER= mm@FreeBSD.org -COMMENT= Tool Command Language +COMMENT?= Tool Command Language LATEST_LINK?= tcl86 PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} -E ${PATCH_DIST_STRIP} |