diff options
author | hira <hira@pkgsrc.org> | 2007-09-25 10:03:52 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2007-09-25 10:03:52 +0000 |
commit | 8951aa30125c5b46ee9b5de19efdc698def84ecf (patch) | |
tree | c5f5066db531491fbb3eef2725efb362ebab9b0d /lang | |
parent | 8b4409d328da069ce06e2e2f50c3d4ecb3e6cabd (diff) | |
download | pkgsrc-8951aa30125c5b46ee9b5de19efdc698def84ecf.tar.gz |
Back out previous. Pointed out by uebayasi@ and martti@.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/f2c/Makefile | 8 | ||||
-rw-r--r-- | lang/tcl/Makefile | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile index d7ced1eabd4..14125e07398 100644 --- a/lang/f2c/Makefile +++ b/lang/f2c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2007/08/16 00:31:21 joerg Exp $ +# $NetBSD: Makefile,v 1.42 2007/09/25 10:07:06 hira Exp $ DISTNAME= f2c-20001205 PKGREVISION= 9 @@ -51,11 +51,11 @@ post-extract: ${GUNZIP_CMD} $$f ; \ fi ; \ done - @${MV} ${WRKSRC}/libf77 ${WRKSRC}/libf77.sh - @${MV} ${WRKSRC}/libi77 ${WRKSRC}/libi77.sh + @mv ${WRKSRC}/libf77 ${WRKSRC}/libf77.sh + @mv ${WRKSRC}/libi77 ${WRKSRC}/libi77.sh @cd ${WRKSRC} ; ${SH} libf77.sh ; ${SH} libi77.sh @${RM} ${WRKSRC}/src/index.html - @${MV} ${WRKSRC}/src/.depend ${WRKSRC}/src/depend.orig + @mv ${WRKSRC}/src/.depend ${WRKSRC}/src/depend.orig @${GUNZIP_CMD} ${WRKSRC}/src/*.gz do-configure: diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile index 1b592ae5e22..4607ba0ab81 100644 --- a/lang/tcl/Makefile +++ b/lang/tcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2007/09/25 08:31:54 hira Exp $ +# $NetBSD: Makefile,v 1.63 2007/09/25 10:03:53 hira Exp $ DISTNAME= tcl${TCL_VERSION}-src PKGNAME= tcl-${TCL_VERSION} @@ -65,7 +65,7 @@ INSTALLATION_DIRS+= include/tcl/generic INSTALLATION_DIRS+= lib/tcl post-install: - cd ${DESTDIR:Q}${PREFIX:Q}/bin && ${LN} -s tclsh8.4 tclsh + cd ${DESTDIR:Q}${PREFIX:Q}/bin && ln -s tclsh8.4 tclsh ${INSTALL_DATA} ${WRKSRC}/unix/tclUnixPort.h \ ${DESTDIR:Q}${PREFIX:Q}/include/tcl/unix .for f in regex.h tcl.h tclCompile.h tclDecls.h tclIO.h \ |