diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2012-08-27 20:38:40 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2012-08-27 20:38:40 +0000 |
commit | 6e04db9df99140333a5699d42fe1bb139d570d0c (patch) | |
tree | 130153d991f0f267a468632b096062146c86ead0 /lang/tcl85 | |
parent | cd952e0a1a34b85b6e0ea73ab087dab95fd707e8 (diff) | |
download | ports-6e04db9df99140333a5699d42fe1bb139d570d0c.tar.gz ports-6e04db9df99140333a5699d42fe1bb139d570d0c.zip |
Notes
Diffstat (limited to 'lang/tcl85')
-rw-r--r-- | lang/tcl85/Makefile | 3 |
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' \ |