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/PDL | |
parent | update g-k ports with PORTNAME/PORTVERSION and fix error in fkiss's Makefile (diff) |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'math/PDL')
-rw-r--r-- | math/PDL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index 980bdb1c3952..dc5b50c9e2ed 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: PDL -# Version required: 2.0 # Date created: 08 February 1999 # Whom: Anton Berezin <tobez@plab.ku.dk> # # $FreeBSD$ # -DISTNAME= PDL-2.0 +PORTNAME= PDL +PORTVERSION= 2.0 CATEGORIES= math perl5 MASTER_SITES= http://www.fastlane.net/~jcerney/%SUBDIR%/ \ ${MASTER_SITE_PERL_CPAN} |