summaryrefslogtreecommitdiff
path: root/graphics/GIFgraph
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-04-13 06:28:28 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-04-13 06:28:28 +0000
commit5fc663a1ad4abbd182153921cceebc17b7d29a63 (patch)
treee003e1c3fd02cb5f0b4b7d39987f8e77ea3cb925 /graphics/GIFgraph
parentConvert this to PORTNAME/PORTVERSION. Don't know why it wasn't converted (diff)
PORTNAME / PORTVERSION syntax conversion
Notes
Notes: svn path=/head/; revision=27470
Diffstat (limited to 'graphics/GIFgraph')
-rw-r--r--graphics/GIFgraph/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/GIFgraph/Makefile b/graphics/GIFgraph/Makefile
index 7da3685f5c97..873b67ad31f8 100644
--- a/graphics/GIFgraph/Makefile
+++ b/graphics/GIFgraph/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: p5-GIFgraph
-# Version required: 1.01
# Date created: Nov 9, 1998
# Whom: laskavy@gambit.msk.su
#
# $FreeBSD$
#
-DISTNAME= GIFgraph-1.10
-PKGNAME= p5-${DISTNAME}
+PORTNAME= p5-GIFgraph
+PORTVERSION= 1.10
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= GIFgraph
+DISTNAME= GIFgraph-${PORTVERSION}
MAINTAINER= laskavy@gambit.msk.su