summaryrefslogtreecommitdiff
path: root/devel/re2c
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/re2c
parentPKGNAME was hiding within a script. (diff)
Convert to PORTNAME/PORTVERSION.
Notes
Notes: svn path=/head/; revision=27505
Diffstat (limited to 'devel/re2c')
-rw-r--r--devel/re2c/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/re2c/Makefile b/devel/re2c/Makefile
index bdffcce99f83..8434fcfc225d 100644
--- a/devel/re2c/Makefile
+++ b/devel/re2c/Makefile
@@ -1,17 +1,17 @@
# New ports collection makefile for: re2c
-# Version required: 0.5
# Date created: 14 May 1998
# Whom: Eivind Eklund <eivind@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= re2c.0.5
-PKGNAME= re2c-0.5
+PORTNAME= re2c
+PORTVERSION= 0.5
CATEGORIES= devel
MASTER_SITES= ftp://csg.uwaterloo.ca/pub/peter/ \
ftp://ftp.uni-trier.de/pub/unix/compiler-toolkit/re2c/ \
ftp://ftp.tut.ac.jp/.h3/UNIX/lib/
+DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= eivind@FreeBSD.org