aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gnat
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/gnat
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/gnat')
-rw-r--r--lang/gnat/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile
index fc6759e67148..c5c308eb34b9 100644
--- a/lang/gnat/Makefile
+++ b/lang/gnat/Makefile
@@ -1,5 +1,4 @@
# New ports collection makefile for: GNU Ada gnat
-# Version required: 3.09
# Date created: Sat Mar 18 02:16:45 1995
# Whom: hsu
# Porter (original): nils@guru.ims.uni-stuttgart.de
@@ -14,12 +13,13 @@
# conflict with other gcc based products. Standard names can be provided
# using symbolic links.
-DISTNAME= gcc-2.8.1
-PKGNAME= gnat-3.12p
+PORTNAME= gnat
+PORTVERSION= 3.12p
CATEGORIES= lang
-MASTER_SITES= ftp://cs.nyu.edu/pub/gnat/ \
+MASTER_SITES= ftp://cs.nyu.edu/pub/gnat/ \
${MASTER_SITE_GNU}
-DISTFILES= gnat-3.12p-src.tar.gz gcc-2.8.1.tar.gz
+DISTNAME= gcc-2.8.1
+DISTFILES= gnat-3.12p-src.tar.gz gcc-2.8.1.tar.gz
MAINTAINER= eischen@vigrid.com