aboutsummaryrefslogtreecommitdiffstats
path: root/lang/glibstdc++28/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/glibstdc++28/Makefile
parent98e3a046d36f9f73a339aeedddb8c7f75429c5fe (diff)
downloadfreebsd-ports-graphics-279d0c568395b4252ea7d025ef414367c67379c0.tar.gz
freebsd-ports-graphics-279d0c568395b4252ea7d025ef414367c67379c0.tar.zst
freebsd-ports-graphics-279d0c568395b4252ea7d025ef414367c67379c0.zip
Convert to the PORTNAME - PORTVERSION syntax.
Diffstat (limited to 'lang/glibstdc++28/Makefile')
-rw-r--r--lang/glibstdc++28/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/glibstdc++28/Makefile b/lang/glibstdc++28/Makefile
index a75002195f9..98f74000fe0 100644
--- a/lang/glibstdc++28/Makefile
+++ b/lang/glibstdc++28/Makefile
@@ -1,17 +1,17 @@
# ex:ts=8
# Ports collection makefile for: GNU libstdc++
-# Version required: 0.0
# Date created: 03 Mar 1998
# Whom: David O'Brien <obrien@NUXI.com>
#
# $FreeBSD$
#
-DISTNAME= libstdc++-2.8.1.1
-PKGNAME= glibstdc++-2.8.1.1
+PORTNAME= glibstdc++
+PORTVERSION= 2.8.1.1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= libstdc++
+DISTNAME= libstdc++-2.8.1.1
MAINTAINER= obrien@FreeBSD.org