summaryrefslogtreecommitdiff
path: root/graphics/opendx
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-04-14 10:48:02 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-04-14 10:48:02 +0000
commitc99c6009443219fbcb10c1baf7b6d0c93975f58a (patch)
tree979eeecc24182fdbefd4b376f9c47b344f7780cb /graphics/opendx
parentThere was one PKGNAME hiding inside an .if. (diff)
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
Notes
Notes: svn path=/head/; revision=27514
Diffstat (limited to 'graphics/opendx')
-rw-r--r--graphics/opendx/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile
index 5962438abfea..74689302d8af 100644
--- a/graphics/opendx/Makefile
+++ b/graphics/opendx/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: opendx
-# Version required: 4.0.10
# Date created: 27 May 1999
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= dx-4.0.10
-PKGNAME= opendx-4.0.10
+PORTNAME= opendx
+PORTVERSION= 4.0.10
CATEGORIES= graphics math
MASTER_SITES= http://opendx.npaci.edu/source/
+DISTNAME= dx-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org