summaryrefslogtreecommitdiff
path: root/lang/tcl
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2005-08-31 09:40:15 +0000
committerseb <seb@pkgsrc.org>2005-08-31 09:40:15 +0000
commit3d9bf3cc3a90142ad42eac434c98e6452f94d453 (patch)
treea9076c50df555e32dbbae300e67ae6399209745c /lang/tcl
parentae96ace9f16da3e99844a4ff2f998cc7363ee046 (diff)
downloadpkgsrc-3d9bf3cc3a90142ad42eac434c98e6452f94d453.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 && \