diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-13 06:28:28 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-13 06:28:28 +0000 |
commit | 5fc663a1ad4abbd182153921cceebc17b7d29a63 (patch) | |
tree | e003e1c3fd02cb5f0b4b7d39987f8e77ea3cb925 /graphics/GIFgraph/Makefile | |
parent | 04bbceac8727972f87d989535e389515e2dcfd58 (diff) | |
download | ports-5fc663a1ad4abbd182153921cceebc17b7d29a63.tar.gz ports-5fc663a1ad4abbd182153921cceebc17b7d29a63.zip |
Notes
Diffstat (limited to 'graphics/GIFgraph/Makefile')
-rw-r--r-- | graphics/GIFgraph/Makefile | 6 |
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 |