diff options
author | grant <grant> | 2004-02-17 06:36:38 +0000 |
---|---|---|
committer | grant <grant> | 2004-02-17 06:36:38 +0000 |
commit | 1f713cf082c5c23b6fd22b1ad2213aaf9a4caf7b (patch) | |
tree | d6bded28aeee4010923eeb68a08a33f926bf3dc0 /lang/f2c | |
parent | b472c779ee3fb2a58258eae78535b4ee432d00ea (diff) | |
download | pkgsrc-1f713cf082c5c23b6fd22b1ad2213aaf9a4caf7b.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/f2c')
-rw-r--r-- | lang/f2c/Makefile | 6 |
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 |