diff options
author | jmz <jmz@FreeBSD.org> | 2005-04-12 04:58:18 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2005-04-12 04:58:18 +0800 |
commit | d6bfbd7306c730abede76056906702e253b378a6 (patch) | |
tree | f2353a29bd4bdc574fa3cf2caf5c33e536960479 /graphics/pgperl | |
parent | 280fc70ec0adaee83a3563e7e11b31dfa6e840ce (diff) | |
download | freebsd-ports-gnome-d6bfbd7306c730abede76056906702e253b378a6.tar.gz freebsd-ports-gnome-d6bfbd7306c730abede76056906702e253b378a6.tar.zst freebsd-ports-gnome-d6bfbd7306c730abede76056906702e253b378a6.zip |
Use pure_install target instead of install, to prevent writing to
perllocal.pod.
Diffstat (limited to 'graphics/pgperl')
-rw-r--r-- | graphics/pgperl/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/pgperl/Makefile b/graphics/pgperl/Makefile index 40c8fcf3400d..8e49f243c134 100644 --- a/graphics/pgperl/Makefile +++ b/graphics/pgperl/Makefile @@ -7,7 +7,7 @@ PORTNAME= pgperl PORTVERSION= 2.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= PGPLOT @@ -19,11 +19,9 @@ COMMENT= A perl5 extension which makes available the pgplot library LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/ExtUtils/F77.pm:${PORTSDIR}/lang/p5-F77 -BROKEN= Incorrectly installs a perllocal.pod file - USE_PERL5= yes -ALL_TARGET= dynamic SCRIPTS_ENV= PERL=${PERL} +INSTALL_TARGET= pure_install .include <bsd.port.pre.mk> |