diff options
Diffstat (limited to 'lang/f2c/Makefile')
-rw-r--r-- | lang/f2c/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
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" |