From 294cda9307c1821747cf0916959036d4c9af49cc Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 9 Jan 2000 01:19:09 +0000 Subject: replaced some more commands by their ${COMMAND} counterparts --- lang/f2c/Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'lang/f2c/Makefile') diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile index 10beee1dadb..27fc1b06363 100644 --- a/lang/f2c/Makefile +++ b/lang/f2c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/12/22 20:22:14 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.8 2000/01/09 01:19:09 wiz Exp $ DISTNAME= f2c-19991025 PKGNAME= f2c-19991025p1 @@ -12,17 +12,17 @@ HOMEPAGE= http://www.netlib.org/f2c/index.html CONFLICTS= egcs-current-19980608 post-extract:: - @rm ${WRKSRC}/index.html - @gunzip ${WRKSRC}/*.gz - @cd ${WRKSRC} ; sh libf77 ; sh libi77 - @rm ${WRKSRC}/src/index.html - @mv ${WRKSRC}/src/.depend ${WRKSRC}/src/depend.orig - @gunzip ${WRKSRC}/src/*.gz + @${RM} ${WRKSRC}/index.html + @${GUNZIP_CMD} ${WRKSRC}/*.gz + @cd ${WRKSRC} ; ${SH} libf77 ; ${SH} libi77 + @${RM} ${WRKSRC}/src/index.html + @${MV} ${WRKSRC}/src/.depend ${WRKSRC}/src/depend.orig + @${GUNZIP_CMD} ${WRKSRC}/src/*.gz post-patch:: @cd ${WRKSRC} ; ${CC} -o chktypes chktypes.c ${WRKSRC}/chktypes - @cp ${WRKSRC}/f2c.h ${WRKSRC}/libF77/f2c.h - @cp ${WRKSRC}/f2c.h ${WRKSRC}/libI77/f2c.h + @${CP} ${WRKSRC}/f2c.h ${WRKSRC}/libF77/f2c.h + @${CP} ${WRKSRC}/f2c.h ${WRKSRC}/libI77/f2c.h .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3