diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
commit | c99c6009443219fbcb10c1baf7b6d0c93975f58a (patch) | |
tree | 979eeecc24182fdbefd4b376f9c47b344f7780cb /graphics/opendx | |
parent | d71114c35729e19851c733866522ab6acd7f64ec (diff) | |
download | ports-c99c6009443219fbcb10c1baf7b6d0c93975f58a.tar.gz ports-c99c6009443219fbcb10c1baf7b6d0c93975f58a.zip |
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/Makefile | 6 |
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 |