diff options
Diffstat (limited to 'lang/f2c/Makefile')
-rw-r--r-- | lang/f2c/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile index d9ad22823f9..d7ced1eabd4 100644 --- a/lang/f2c/Makefile +++ b/lang/f2c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2007/06/17 21:24:41 minskim Exp $ +# $NetBSD: Makefile,v 1.41 2007/08/16 00:31:21 joerg Exp $ DISTNAME= f2c-20001205 PKGREVISION= 9 @@ -22,6 +22,8 @@ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://www.netlib.org/f2c/index.html COMMENT= Fortran to C compiler including a script to emulate f77 +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= egcs-current-19980608 F2CMAJOR= 0 @@ -36,6 +38,8 @@ WRKSRC= ${WRKDIR}/f2c USE_LIBTOOL= yes USE_TOOLS+= gunzip +INSTALLATION_DIRS= ${PKGMANDIR}/man1 ${PKGMANDIR}/cat1 + # work around a problem gunzipping 00lastchange.gz with # some versions of zlib found on NetBSD and also Gentoo post-extract: |