diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-17 01:33:20 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-17 01:33:20 +0800 |
commit | 51369898d389675759f44baed7961d59c8233c93 (patch) | |
tree | 8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /graphics/pgperl | |
parent | 03f706620f3d8413ee3403771d9bc2bc73023978 (diff) | |
download | freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.gz freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.zst freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.zip |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'graphics/pgperl')
-rw-r--r-- | graphics/pgperl/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/pgperl/Makefile b/graphics/pgperl/Makefile index 0aed34eec067..0802de95dd5f 100644 --- a/graphics/pgperl/Makefile +++ b/graphics/pgperl/Makefile @@ -8,14 +8,14 @@ PORTNAME= pgperl PORTVERSION= 2.17 PORTREVISION= 1 -CATEGORIES= graphics perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +CATEGORIES= graphics perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= PGPLOT -DISTNAME= PGPLOT-${PORTVERSION} +DISTNAME= PGPLOT-${PORTVERSION} MAINTAINER= jmz@FreeBSD.org -LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot +LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/ExtUtils/F77.pm:${PORTSDIR}/lang/p5-F77 USE_PERL5= yes |