diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
commit | 1df1a17abc224c7b035253c7089ca62f3b56a87a (patch) | |
tree | 729d9b50958f323b815e1a00b7acf534920af239 /math/plplot | |
parent | a7f42416d7a766482b1e0d1d8b9055c917426356 (diff) | |
download | ports-1df1a17abc224c7b035253c7089ca62f3b56a87a.tar.gz ports-1df1a17abc224c7b035253c7089ca62f3b56a87a.zip |
Convert to PORTNAME/PORTVERSION.
Notes
Notes:
svn path=/head/; revision=27509
Diffstat (limited to 'math/plplot')
-rw-r--r-- | math/plplot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 27fccf0219a0..5327e7ff3d91 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: plplot -# Version required: 4p99j # Date created: 03 Oct 1997 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= plplot4p99j -PKGNAME= plplot-4.99j +PORTNAME= plplot +PORTVERSION= 4.99j CATEGORIES= math MASTER_SITES= ftp://ftp.uniovi.es/pub6/graphics/plotting/ \ ftp://dino.ph.utexas.edu/plplot/distrib/alpha/ \ ftp://ftp.u-aizu.ac.jp/pub/misc/tools/plot/plplot/distrib/alpha/ \ ftp://ftp.che.utexas.edu/pub/graphics/ +DISTNAME= plplot4p99j MAINTAINER= ports@FreeBSD.org |