aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2009-06-26 06:31:27 +0000
committerMartin Matuska <mm@FreeBSD.org>2009-06-26 06:31:27 +0000
commit34274569327a19e36d2c8a09c9746a06b3c09daf (patch)
treebfd50d8c3c613cdbaadebdde7b194adf034fb02b
parent81b10918b82b0cdcd8af75f7d89f3c7b25aead4c (diff)
downloadports-34274569327a19e36d2c8a09c9746a06b3c09daf.tar.gz
ports-34274569327a19e36d2c8a09c9746a06b3c09daf.zip
Notes
-rw-r--r--lang/tcl84/Makefile4
-rw-r--r--lang/tcl85/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile
index d77a6b80869d..5f53a0e37ae1 100644
--- a/lang/tcl84/Makefile
+++ b/lang/tcl84/Makefile
@@ -7,7 +7,7 @@
PORTNAME= tcl
PORTVERSION= 8.4.19
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= lang tcl
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -637,7 +637,7 @@ BLACKHOLE!= ${SYSCTL} -n net.inet.tcp.blackhole || ${TRUE}
post-configure:
${REINPLACE_CMD} \
- -e 's|${WRKDIRPREFIX}${.CURDIR}|$${WRKDIRPREFIX}${TCLBASE}|' \
+ -e 's|${WRKDIRPREFIX}${.CURDIR}|${WRKDIRPREFIX}${TCLBASE}|' \
${WRKSRC}/tclConfig.sh
${REINPLACE_CMD} \
-e 's,-DNO_MEMMOVE=1,,' -e 's,-DNO_STRING_H=1,,' \
diff --git a/lang/tcl85/Makefile b/lang/tcl85/Makefile
index 0cb34dcf15a9..5ef9cc38deda 100644
--- a/lang/tcl85/Makefile
+++ b/lang/tcl85/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= tcl
PORTVERSION= 8.5.7
-#PORTREVISION?= 3
+PORTREVISION?= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tcl
@@ -735,7 +735,7 @@ BLACKHOLE!= ${SYSCTL} -n net.inet.tcp.blackhole || ${TRUE}
post-configure:
${REINPLACE_CMD} \
- -e 's|${WRKDIRPREFIX}${.CURDIR}|$${WRKDIRPREFIX}${TCLBASE}|' \
+ -e 's|${WRKDIRPREFIX}${.CURDIR}|${WRKDIRPREFIX}${TCLBASE}|' \
${WRKSRC}/tclConfig.sh
${REINPLACE_CMD} \
-e 's,-DNO_MEMMOVE=1,,' -e 's,-DNO_STRING_H=1,,' \