aboutsummaryrefslogtreecommitdiff
path: root/lang/tcl85
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2012-08-27 20:38:40 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2012-08-27 20:38:40 +0000
commit6e04db9df99140333a5699d42fe1bb139d570d0c (patch)
tree130153d991f0f267a468632b096062146c86ead0 /lang/tcl85
parentcd952e0a1a34b85b6e0ea73ab087dab95fd707e8 (diff)
downloadports-6e04db9df99140333a5699d42fe1bb139d570d0c.tar.gz
ports-6e04db9df99140333a5699d42fe1bb139d570d0c.zip
Fix tinderbox leftovers warning from r303095: do not install
lib/tcl8.5/msgs/uk.msg.orig. Does not apply to lang/tcl86.
Notes
Notes: svn path=/head/; revision=303247
Diffstat (limited to 'lang/tcl85')
-rw-r--r--lang/tcl85/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/tcl85/Makefile b/lang/tcl85/Makefile
index 89de02e459f5..402866f42bf7 100644
--- a/lang/tcl85/Makefile
+++ b/lang/tcl85/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= tcl
PORTVERSION= 8.5.12
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= SF/tcl/Tcl/${PORTVERSION}
PKGNAMESUFFIX?= ${THREADS_SUFFIX}${PKGNAMESUFFIX2}
@@ -719,6 +719,7 @@ post-patch:
-e 's|tclsh\\fR|tclsh${TCL_VER}${THREADS_SUFFIX}\\fR|g' -e 's|Tclsh\\fR|Tclsh${TCL_VER}${THREADS_SUFFIX}\\fR|g' \
-e 's|^.so man.macros|.so ${DATADIR}/man.macros|' \
${WRKSRC}/../doc/tclsh.1
+ @${FIND} ${WRKDIR} -name \*.orig -delete
.if defined(BUILDING_TCL_THREADS)
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
-e 's|$${TCL_TRIM_DOTS}|$${TCL_TRIM_DOTS}${THREADS_SUFFIX}|g' \