diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
commit | 5cd5b258b59f63241fff7b2d0cdeda22c2138b33 (patch) | |
tree | 98671b38100211b23e9d578a8a5a241e41b8a707 /lang/f77/Makefile | |
parent | PORTNAME/PORTVERSION stuff (diff) |
Convert to the PORTNAME - PORTVERSION syntax.
Diffstat (limited to 'lang/f77/Makefile')
-rw-r--r-- | lang/f77/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/f77/Makefile b/lang/f77/Makefile index 5cd4cdcabbc3..1eae4e7de8bd 100644 --- a/lang/f77/Makefile +++ b/lang/f77/Makefile @@ -1,15 +1,15 @@ # Ports collection makefile for: f77-freebsd -# Version required: 0.3 # Date created: 19 JAN 1999 # Whom: Steven G. Kargl # # $FreeBSD$ # -DISTNAME= f77-freebsd.0.3 -PKGNAME= f77-0.3 +PORTNAME= f77 +PORTVERSION= 0.3 CATEGORIES= lang MASTER_SITES= ftp://troutmask.apl.washington.edu/pub/ +DISTNAME= f77-freebsd.0.3 MAINTAINER= kargl@troutmask.apl.washington.edu |