From 796344b117f64fda9735ca36b3abdae4c74d12ed Mon Sep 17 00:00:00 2001 From: grant Date: Tue, 17 Feb 2004 06:36:38 +0000 Subject: 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. --- lang/f2c/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang') 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 -- cgit v1.2.3