diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 15:20:58 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 15:20:58 +0800 |
commit | 2b477943a89876b190a9ab96c7a3289c94fc1284 (patch) | |
tree | f3041cf6424511f723bdb29b1927da62558a558a /math/ngraph | |
parent | 4750962a9f24bed87662ecb262de7343eeb4813f (diff) | |
download | freebsd-ports-graphics-2b477943a89876b190a9ab96c7a3289c94fc1284.tar.gz freebsd-ports-graphics-2b477943a89876b190a9ab96c7a3289c94fc1284.tar.zst freebsd-ports-graphics-2b477943a89876b190a9ab96c7a3289c94fc1284.zip |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'math/ngraph')
-rw-r--r-- | math/ngraph/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/ngraph/Makefile b/math/ngraph/Makefile index 708668e3111..bc905e0df9b 100644 --- a/math/ngraph/Makefile +++ b/math/ngraph/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: ngraph -# Version required: 6.03 # Date created: 18 Aug 1999 # Whom: nobu@rd.isac.co.jp # # $FreeBSD$ # -DISTNAME= Ngraph-6.3.06-src -PKGNAME= ngraph-6.3.06 +PORTNAME= ngraph +PORTVERSION= 6.3.06 CATEGORIES= math MASTER_SITES= http://www2e.biglobe.ne.jp/~isizaka/bin/ \ ${MASTER_SITE_PORTS_JP} +DISTNAME= Ngraph-${PORTVERSION}-src MAINTAINER= sanpei@jp.FreeBSD.org |