aboutsummaryrefslogtreecommitdiffstats
path: root/lang/f77
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-04-12 14:21:15 +0800
committerobrien <obrien@FreeBSD.org>2000-04-12 14:21:15 +0800
commit279d0c568395b4252ea7d025ef414367c67379c0 (patch)
tree8f72921d00682487baa00cb9380ca8975f5469ce /lang/f77
parent98e3a046d36f9f73a339aeedddb8c7f75429c5fe (diff)
downloadfreebsd-ports-gnome-279d0c568395b4252ea7d025ef414367c67379c0.tar.gz
freebsd-ports-gnome-279d0c568395b4252ea7d025ef414367c67379c0.tar.zst
freebsd-ports-gnome-279d0c568395b4252ea7d025ef414367c67379c0.zip
Convert to the PORTNAME - PORTVERSION syntax.
Diffstat (limited to 'lang/f77')
-rw-r--r--lang/f77/Makefile6
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