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/p5-Chart-PNGgraph/Makefile | |
parent | There was one PKGNAME hiding inside an .if. (diff) |
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
Diffstat (limited to 'graphics/p5-Chart-PNGgraph/Makefile')
-rw-r--r-- | graphics/p5-Chart-PNGgraph/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-Chart-PNGgraph/Makefile b/graphics/p5-Chart-PNGgraph/Makefile index aabac03b8306..9bea89400931 100644 --- a/graphics/p5-Chart-PNGgraph/Makefile +++ b/graphics/p5-Chart-PNGgraph/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: p5-Chart-PNGgraph -# Version required: 1.13 # Date Created: 15 December 1999 # Whom: Garrett Wollman <wollman@lcs.mit.edu> # # $FreeBSD$ # -DISTNAME= Chart-PNGgraph-1.13 +PORTNAME= Chart-PNGgraph +PORTVERSION= 1.13 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Chart |