From a8eff92af3266c7e1b0cf6102b751ce8ea2f7d6b Mon Sep 17 00:00:00 2001 From: seb Date: Wed, 31 Aug 2005 09:40:15 +0000 Subject: 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. --- lang/tcl/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lang/tcl/Makefile') 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 && \ -- cgit v1.2.3