diff options
Diffstat (limited to 'lang/f2c/Makefile')
-rw-r--r-- | lang/f2c/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile index 1a4cf8f8042..10beee1dadb 100644 --- a/lang/f2c/Makefile +++ b/lang/f2c/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.6 1999/12/16 00:58:27 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.7 1999/12/22 20:22:14 dmcmahill Exp $ DISTNAME= f2c-19991025 +PKGNAME= f2c-19991025p1 WRKSRC= ${WRKDIR}/f2c CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_LOCAL} -MAINTAINER= mcmahill@alum.mit.edu +MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://www.netlib.org/f2c/index.html CONFLICTS= egcs-current-19980608 |