diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-01-19 23:14:38 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-01-19 23:14:38 +0000 |
commit | 50d30f04e67daf43a3be27d935e414ea42412b72 (patch) | |
tree | 9c97e21d8764e4fe06f2e6ce3b935a11455bd643 /lang/tcl84/Makefile | |
parent | d7c6e5d733a81bb3e039fb7d7de15300816a2886 (diff) |
Notes
Diffstat (limited to 'lang/tcl84/Makefile')
-rw-r--r-- | lang/tcl84/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile index 9b4079259c5a..24fd26ec81e8 100644 --- a/lang/tcl84/Makefile +++ b/lang/tcl84/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: tcl8.3 +# New ports collection makefile for: tcl84 # Date created: 19 August 1997 # Whom: jkh # @@ -9,9 +9,8 @@ PORTNAME= tcl PORTVERSION= 8.4.14 PORTEPOCH= 1 CATEGORIES= lang tcl84 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= tcl -PKGNAMESUFFIX?= ${THREADS_SUFFIX}${PKGNAMESUFFIX2} +MASTER_SITES= SF +PKGNAMESUFFIX?= ${THREADS_SUFFIX}${PKGNAMESUFFIX2} DISTNAME= ${PORTNAME}${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org @@ -19,7 +18,7 @@ COMMENT= Tool Command Language PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} -E ${PATCH_DIST_STRIP} WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}/unix -ALL_TARGET= all test +ALL_TARGET= all # test USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --includedir=${PREFIX}/include/tcl${TCL_VER} |