summaryrefslogtreecommitdiff
path: root/x11/tk
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 /x11/tk
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 'x11/tk')
-rw-r--r--x11/tk/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/tk/Makefile b/x11/tk/Makefile
index 562fb10af56..30cad258fcc 100644
--- a/x11/tk/Makefile
+++ b/x11/tk/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.47 2005/07/19 11:12:24 adam Exp $
+# $NetBSD: Makefile,v 1.48 2005/08/31 09:40:15 seb Exp $
DISTNAME= tk8.4.11-src
PKGNAME= tk-8.4.11
+PKGREVISION= 1
CATEGORIES= x11 lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcl/}
@@ -32,7 +33,7 @@ CONFIGURE_ARGS+= --mandir=${WRKDIR:Q}/man
.include "../../mk/x11.buildlink3.mk"
post-build:
- ${SED} -e "s|^\(.*\)='\(.*\)'|\1=\"\2\"|" \
+ ${SED} \
-e "s|${WRKSRC}|${PREFIX}/lib|" \
-e "s|${WRKDIR}/${DISTNAME:C/-src//}|${PREFIX}/include/tk|" \
${WRKSRC}/tkConfig.sh > ${WRKSRC}/tkConfig.sh.tmp && \