diff options
-rw-r--r-- | lang/tcl/Makefile | 5 | ||||
-rw-r--r-- | lang/tcl83/Makefile | 6 | ||||
-rw-r--r-- | x11/tk/Makefile | 5 | ||||
-rw-r--r-- | x11/tk83/Makefile | 5 |
4 files changed, 12 insertions, 9 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 && \ diff --git a/lang/tcl83/Makefile b/lang/tcl83/Makefile index 4a75e205d1e..7a1484f526d 100644 --- a/lang/tcl83/Makefile +++ b/lang/tcl83/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2005/04/13 20:41:03 jschauma Exp $ +# $NetBSD: Makefile,v 1.10 2005/08/31 09:40:15 seb Exp $ # DISTNAME= tcl8.3.4 PKGNAME= tcl-8.3.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_3/ \ ftp://gd.tuwien.ac.at/languages/tcl/scriptics/tcl8_3/ \ @@ -70,7 +70,7 @@ post-build: do \ ${TOUCH} $${file}; \ done - ${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 && \ 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 && \ diff --git a/x11/tk83/Makefile b/x11/tk83/Makefile index 5ce3e178868..9e778b9b831 100644 --- a/x11/tk83/Makefile +++ b/x11/tk83/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2005/06/01 18:03:32 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/08/31 09:40:15 seb Exp $ DISTNAME= tk8.3.4 PKGNAME= tk-8.3.4 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_3/ \ ftp://ftp.informatik.uni-hamburg.de/pub/soft/lang/tcl/tcl8_3/ @@ -53,7 +54,7 @@ post-build: do \ ${TOUCH} $${file}; \ done - ${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 && \ |