aboutsummaryrefslogtreecommitdiffstats
path: root/lang/f2c/Makefile
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/f2c/Makefile
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/f2c/Makefile')
-rw-r--r--lang/f2c/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile
index c693d758786e..d40478095ed2 100644
--- a/lang/f2c/Makefile
+++ b/lang/f2c/Makefile
@@ -1,15 +1,15 @@
# Ports collection makefile for: f2c-freebsd
-# Version required: 2.0.1
# Date created: 28 DEC 1998
# Whom: Steven G. Kargl
#
# $FreeBSD$
#
-DISTNAME= f2c-freebsd.2.0.1
-PKGNAME= f2c-2.0.1
+PORTNAME= f2c
+PORTVERSION= 2.0.1
CATEGORIES= lang
MASTER_SITES= ftp://troutmask.apl.washington.edu/pub/
+DISTNAME= f2c-freebsd.2.0.1
MAINTAINER= kargl@troutmask.apl.washington.edu