aboutsummaryrefslogtreecommitdiff
path: root/lang/pm3-forms
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-04-12 06:21:15 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-04-12 06:21:15 +0000
commit5cd5b258b59f63241fff7b2d0cdeda22c2138b33 (patch)
tree98671b38100211b23e9d578a8a5a241e41b8a707 /lang/pm3-forms
parent343c80d542a8a68a6de7c4e7b02a392d8e1d6fa0 (diff)
downloadports-5cd5b258b59f63241fff7b2d0cdeda22c2138b33.tar.gz
ports-5cd5b258b59f63241fff7b2d0cdeda22c2138b33.zip
Convert to the PORTNAME - PORTVERSION syntax.
Notes
Notes: svn path=/head/; revision=27458
Diffstat (limited to 'lang/pm3-forms')
-rw-r--r--lang/pm3-forms/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/pm3-forms/Makefile b/lang/pm3-forms/Makefile
index 011b35e508c2..c7804eedb204 100644
--- a/lang/pm3-forms/Makefile
+++ b/lang/pm3-forms/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: pm3-forms
-# Version required: 1.1.13
# Date created: 6 Feb 2000
# Whom: John Polstra <jdp@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= pm3-forms-${VERSION}
+PORTNAME= pm3-forms
+PORTVERSION= 1.1.13
CATEGORIES= lang
DISTFILES=
@@ -21,7 +21,7 @@ INSTALL_TARGET= all
MAN1= formsedit.1
PLIST_SUB+= SOVERSION=${SOVERSION} TARGET=${TARGET} \
TARGETDIR=${TARGETDIR} WORDSIZE=${WORDSIZE}
-WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/../pm3-base/work/pm3-${VERSION}
+WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/../pm3-base/work/pm3-${PORTVERSION}
BUILDDIRS= network/www/web \
graphics/gr-libs/jvideo \
@@ -32,7 +32,6 @@ BUILDDIRS= network/www/web \
L1= ${PREFIX}/lib/m3/${TARGET}/
PROGS= bin/formsedit
SOVERSION= 7
-VERSION= 1.1.13
# hack to work around bsd.port.mk problem
USE_BZIP2= yes