summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorgrant <grant>2004-02-17 06:36:38 +0000
committergrant <grant>2004-02-17 06:36:38 +0000
commit4b36c0beebc2892e2ea0c137bf79c8837cd288e1 (patch)
treed6bded28aeee4010923eeb68a08a33f926bf3dc0 /lang
parentf5836c2c370b50e981c83d6fbe0bc2fb33b174d2 (diff)
downloadpkgsrc-4b36c0beebc2892e2ea0c137bf79c8837cd288e1.tar.gz
bl3ify. rename post-patch target to do-configure, as the compiler is
not available before the buildlink phase, and calling the compiler in the patch phase is Wrong.
Diffstat (limited to 'lang')
-rw-r--r--lang/f2c/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile
index 93762d5bb4c..f03a6f5f346 100644
--- a/lang/f2c/Makefile
+++ b/lang/f2c/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/01/20 12:19:16 agc Exp $
+# $NetBSD: Makefile,v 1.26 2004/02/17 06:36:38 grant Exp $
DISTNAME= f2c-20001205
PKGREVISION= 5
@@ -31,7 +31,7 @@ PLIST_SUBST+= F2CMAJOR=${F2CMAJOR} F2CMINOR=${F2CMINOR}
PLIST_SRC= ${WRKDIR}/PLIST
WRKSRC= ${WRKDIR}/f2c
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= # defined
post-extract:
@${RM} ${WRKSRC}/index.html
@@ -41,7 +41,7 @@ post-extract:
@${MV} ${WRKSRC}/src/.depend ${WRKSRC}/src/depend.orig
@${GUNZIP_CMD} ${WRKSRC}/src/*.gz
-post-patch:
+do-configure:
@cd ${WRKSRC} && ${CC} -o chktypes chktypes.c
${WRKSRC}/chktypes -v
@${CP} -f ${WRKSRC}/libF77/signal1.h0 ${WRKSRC}/libF77/signal1.h