summaryrefslogtreecommitdiff
path: root/lang/tcl
diff options
context:
space:
mode:
authorseb <seb>2005-08-31 09:40:15 +0000
committerseb <seb>2005-08-31 09:40:15 +0000
commita8eff92af3266c7e1b0cf6102b751ce8ea2f7d6b (patch)
treea9076c50df555e32dbbae300e67ae6399209745c /lang/tcl
parent770912a8795a92520ee64564fa24daadff8f8dbe (diff)
downloadpkgsrc-a8eff92af3266c7e1b0cf6102b751ce8ea2f7d6b.tar.gz
Restore original quoting syntax of variables in t{k,cl}Config.sh in order
to follow the principle of least surprise between the packages and the mainstream builds. Approved by jwise@. Bump PKGREVISION of lang/tcl, x11/tk, x11/tk83 to 1 and of lang/tcl83 to 2.
Diffstat (limited to 'lang/tcl')
-rw-r--r--lang/tcl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile
index e42f03d482d..987d5bda0cd 100644
--- a/lang/tcl/Makefile
+++ b/lang/tcl/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.52 2005/08/02 22:37:18 seb Exp $
+# $NetBSD: Makefile,v 1.53 2005/08/31 09:40:15 seb Exp $
DISTNAME= tcl${TCL_VERSION}-src
PKGNAME= tcl-${TCL_VERSION}
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcl/}
@@ -55,7 +56,7 @@ CONFIGURE_ARGS+= --enable-64bit
.endif
post-build:
- ${SED} -e "s|^\(.*\)='\(.*\)'|\1=\"\2\"|" \
+ ${SED} \
-e "s|${WRKSRC}|${PREFIX}/lib|" \
-e "s|${WRKDIR}/${DISTNAME:C/-src//}|${PREFIX}/include/tcl|" \
${WRKSRC}/tclConfig.sh > ${WRKSRC}/tclConfig.sh.tmp && \