diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-28 14:17:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-28 14:17:40 +0800 |
commit | 0700118817772681853a4b255786800a65492bac (patch) | |
tree | ae10805c815cbe6aeccc5c4a2aac702d58cc0359 /graphics/p5-PGPLOT | |
parent | cebc87020db8a8c8fd5558f6509592fde383b264 (diff) | |
download | freebsd-ports-gnome-0700118817772681853a4b255786800a65492bac.tar.gz freebsd-ports-gnome-0700118817772681853a4b255786800a65492bac.tar.zst freebsd-ports-gnome-0700118817772681853a4b255786800a65492bac.zip |
- Update PORTNAME and PKGNAMEPREFIX
- Remove DISTNAME which is the default value
Diffstat (limited to 'graphics/p5-PGPLOT')
-rw-r--r-- | graphics/p5-PGPLOT/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile index 92bbff71cde4..e27914deaf1a 100644 --- a/graphics/p5-PGPLOT/Makefile +++ b/graphics/p5-PGPLOT/Makefile @@ -5,12 +5,12 @@ # $FreeBSD$ # -PORTNAME= pgperl +PORTNAME= PGPLOT PORTVERSION= 2.21 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KGB -DISTNAME= PGPLOT-${PORTVERSION} +PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A perl5 extension which makes available the pgplot library |