diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2005-04-11 20:58:18 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2005-04-11 20:58:18 +0000 |
commit | 6badf436b01fbb7036c1db4f8dff09403002cb10 (patch) | |
tree | d4fa754c2c7b9c8e942cfe4e934e198aeaf856af | |
parent | df7dcddd09516efcddd075cf24a8e144951a575e (diff) | |
download | ports-6badf436b01fbb7036c1db4f8dff09403002cb10.tar.gz ports-6badf436b01fbb7036c1db4f8dff09403002cb10.zip |
Use pure_install target instead of install, to prevent writing to
perllocal.pod.
Notes
Notes:
svn path=/head/; revision=133086
-rw-r--r-- | graphics/p5-PGPLOT/Makefile | 6 | ||||
-rw-r--r-- | graphics/pgperl/Makefile | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile index 40c8fcf3400d..8e49f243c134 100644 --- a/graphics/p5-PGPLOT/Makefile +++ b/graphics/p5-PGPLOT/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> 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> |