diff options
author | jlam <jlam> | 2005-05-15 22:02:26 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-15 22:02:26 +0000 |
commit | d30eb875816456abc7e5be617dcc8b35e38dea4e (patch) | |
tree | 1aa735e6251ac272d7198f63944989a6aed07e6c /lang/f2c | |
parent | d703b691caa570ce0f4bb08be4e084d9bd4c6d99 (diff) | |
download | pkgsrc-d30eb875816456abc7e5be617dcc8b35e38dea4e.tar.gz |
Note where gzip or gunzip is required by the package since it isn't
required by default any longer in bsd.pkg.mk under the new tools
framework.
Diffstat (limited to 'lang/f2c')
-rw-r--r-- | lang/f2c/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile index 446fe79a391..b3f3a7c127c 100644 --- a/lang/f2c/Makefile +++ b/lang/f2c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2005/04/11 21:46:13 tv Exp $ +# $NetBSD: Makefile,v 1.35 2005/05/15 22:02:27 jlam Exp $ DISTNAME= f2c-20001205 PKGREVISION= 8 @@ -34,6 +34,8 @@ MAKE_ENV+= ECHO=${ECHO} WRKSRC= ${WRKDIR}/f2c USE_LIBTOOL= yes +PKGSRC_USE_TOOLS+= gunzip + post-extract: @${RM} ${WRKSRC}/index.html @${GUNZIP_CMD} ${WRKSRC}/*.gz |