summaryrefslogtreecommitdiff
path: root/lang/f2c
diff options
context:
space:
mode:
authorwiz <wiz>2000-01-09 01:19:09 +0000
committerwiz <wiz>2000-01-09 01:19:09 +0000
commit829bcd827bca645528828e1cd4cd8408c5f8791f (patch)
tree84cc91ee1e88bcdaf83e25507529503ebe695b4f /lang/f2c
parente3664d65d31684db0ad2a9208e33e5ab5232b341 (diff)
downloadpkgsrc-829bcd827bca645528828e1cd4cd8408c5f8791f.tar.gz
replaced some more commands by their ${COMMAND} counterparts
Diffstat (limited to 'lang/f2c')
-rw-r--r--lang/f2c/Makefile18
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"