summaryrefslogtreecommitdiff
path: root/devel/stlport
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-04-14 05:44:42 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-04-14 05:44:42 +0000
commitdfee8150a0d59e2499214056965a4abbe8823b22 (patch)
treec05ef7727106d763a62cf489e2b9fed5e6f14b7d /devel/stlport
parentPKGNAME was hiding within a script. (diff)
Convert to PORTNAME/PORTVERSION.
Notes
Notes: svn path=/head/; revision=27505
Diffstat (limited to 'devel/stlport')
-rw-r--r--devel/stlport/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile
index 7a141d24ef97..7127efdddbb9 100644
--- a/devel/stlport/Makefile
+++ b/devel/stlport/Makefile
@@ -1,17 +1,17 @@
# ex:ts=8
# Ports collection makefile for: stlport
-# Version required: 0.0
# Date Created: 2 December 1998
# Whom: Josh Gilliam <josh@quick.net>
#
# $FreeBSD$
#
-DISTNAME= STLport-3.01
-PKGNAME= stlport-3.01
+PORTNAME= stlport
+PORTVERSION= 3.01
CATEGORIES= devel
MASTER_SITES= http://corp.metabyte.com/~fbp/stl/ \
ftp://maroon.webmaster.com/pub/STLport/
+DISTNAME= STLport-${PORTVERSION}
MAINTAINER= obrien@FreeBSD.org