diff options
author | jlam <jlam@pkgsrc.org> | 2005-07-13 18:01:18 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-07-13 18:01:18 +0000 |
commit | 6bb48b9623f0be9b684933715db75639e0b47ef5 (patch) | |
tree | 373bc74380ffe5c33d31e8ac4e10fc7ef8afd25a /math | |
parent | e00a9accddcc74b7c48dcadb5d8210f497e4d129 (diff) | |
download | pkgsrc-6bb48b9623f0be9b684933715db75639e0b47ef5.tar.gz |
Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}. There is no change to the binary
packages.
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Bezier/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-BigInteger/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-FFT/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-Interpolate/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-MatrixReal/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-Pari/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-Random/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Number-Compare/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Number-Latin/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Set-Crontab/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Set-Infinite/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Spreadsheet-ParseExcel/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Spreadsheet-WriteExcel/Makefile | 4 | ||||
-rw-r--r-- | math/udunits/Makefile | 4 |
14 files changed, 28 insertions, 28 deletions
diff --git a/math/p5-Math-Bezier/Makefile b/math/p5-Math-Bezier/Makefile index d1feeb8e08b..26a69399f39 100644 --- a/math/p5-Math-Bezier/Makefile +++ b/math/p5-Math-Bezier/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/04/11 21:46:30 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/07/13 18:01:32 jlam Exp $ DISTNAME= Math-Bezier-0.01 PKGNAME= p5-${DISTNAME} @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Perl module for the solution of Bezier curves -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/Bezier/.packlist +PERL5_PACKLIST= auto/Math/Bezier/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Math-BigInteger/Makefile b/math/p5-Math-BigInteger/Makefile index 6134ac26daf..efe98781e89 100644 --- a/math/p5-Math-BigInteger/Makefile +++ b/math/p5-Math-BigInteger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/04/11 21:46:30 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/07/13 18:01:33 jlam Exp $ DISTNAME= Math-BigInteger-1.0 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Arbitrary length integer extension module for Perl PKG_INSTALLATION_TYPES= overwrite pkgviews -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/BigInteger/.packlist +PERL5_PACKLIST= auto/Math/BigInteger/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Math-FFT/Makefile b/math/p5-Math-FFT/Makefile index 3e7b0d24023..5fd17730c8f 100644 --- a/math/p5-Math-FFT/Makefile +++ b/math/p5-Math-FFT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:30 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/07/13 18:01:33 jlam Exp $ DISTNAME= Math-FFT-0.25 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ MAINTAINER= gson@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Math-FFT/ COMMENT= Perl module to calculate Fast Fourier Transforms -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/FFT/.packlist +PERL5_PACKLIST= auto/Math/FFT/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Math-Interpolate/Makefile b/math/p5-Math-Interpolate/Makefile index 51b73b0cf58..ffb4ead8bdd 100644 --- a/math/p5-Math-Interpolate/Makefile +++ b/math/p5-Math-Interpolate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/04/11 21:46:30 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/07/13 18:01:33 jlam Exp $ DISTNAME= Math-Interpolate-1.05 PKGNAME= p5-${DISTNAME} @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Perl module for interpolating data -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/Interpolate/.packlist +PERL5_PACKLIST= auto/Math/Interpolate/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Math-MatrixReal/Makefile b/math/p5-Math-MatrixReal/Makefile index 15f3c22e2d1..c7fcd4570c0 100644 --- a/math/p5-Math-MatrixReal/Makefile +++ b/math/p5-Math-MatrixReal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/04/11 21:46:30 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/07/13 18:01:33 jlam Exp $ DISTNAME= Math-MatrixReal-1.3a5 PKGNAME= p5-${DISTNAME} @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Perl module for performing operations on real matrices -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/MatrixReal/.packlist +PERL5_PACKLIST= auto/Math/MatrixReal/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile index fdd712ff6bc..bc9b829661e 100644 --- a/math/p5-Math-Pari/Makefile +++ b/math/p5-Math-Pari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/05/02 14:26:53 seb Exp $ +# $NetBSD: Makefile,v 1.18 2005/07/13 18:01:33 jlam Exp $ # DISTNAME= Math-Pari-2.010501 @@ -17,7 +17,7 @@ COMMENT= Perl5 interface to the pari math library GCC_REQD= 2.95 MAKE_ENV+= MP_NOGNUPLOT=1 -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/Pari/.packlist +PERL5_PACKLIST= auto/Math/Pari/.packlist #TEST_TARGET= # the tests need looking at # XXX: could be improved... diff --git a/math/p5-Math-Random/Makefile b/math/p5-Math-Random/Makefile index 5d108f0bd35..96c9cc36b60 100644 --- a/math/p5-Math-Random/Makefile +++ b/math/p5-Math-Random/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:30 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/07/13 18:01:33 jlam Exp $ # DISTNAME= Math-Random-0.67 @@ -10,7 +10,7 @@ MAINTAINER= imil@gcu.info HOMEPAGE= http://search.cpan.org/dist/Math-Random/ COMMENT= Random number generators -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/Random/.packlist +PERL5_PACKLIST= auto/Math/Random/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Number-Compare/Makefile b/math/p5-Number-Compare/Makefile index 546ee9505a1..d7c28070db5 100644 --- a/math/p5-Number-Compare/Makefile +++ b/math/p5-Number-Compare/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/06/24 17:26:31 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2005/07/13 18:01:33 jlam Exp $ DISTNAME= Number-Compare-0.01 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Compiles a simple comparison to an anonymous subroutine PKG_INSTALLATION_TYPES= overwrite pkgviews -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Number/Compare/.packlist +PERL5_PACKLIST= auto/Number/Compare/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Number-Latin/Makefile b/math/p5-Number-Latin/Makefile index 2cbcab87df2..2b3d4183162 100644 --- a/math/p5-Number-Latin/Makefile +++ b/math/p5-Number-Latin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:30 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/07/13 18:01:33 jlam Exp $ DISTNAME= Number-Latin-1.01 PKGNAME= p5-${DISTNAME} @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/} MAINTAINER= norm@sandbox.org.uk COMMENT= Perl module for "lower/upper-latin" numbering system -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Number/Latin/.packlist +PERL5_PACKLIST= auto/Number/Latin/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Set-Crontab/Makefile b/math/p5-Set-Crontab/Makefile index df45876fbf8..11fc5ed7084 100644 --- a/math/p5-Set-Crontab/Makefile +++ b/math/p5-Set-Crontab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:30 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/07/13 18:01:33 jlam Exp $ DISTNAME= Set-Crontab-1.00 PKGNAME= p5-${DISTNAME} @@ -9,7 +9,7 @@ MAINTAINER= cube@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Set-Crontab/ COMMENT= Perl module to parse crontab(5)-like lists of integers -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Set/Crontab/.packlist +PERL5_PACKLIST= auto/Set/Crontab/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Set-Infinite/Makefile b/math/p5-Set-Infinite/Makefile index 580cbbe5b52..701c7cb603f 100644 --- a/math/p5-Set-Infinite/Makefile +++ b/math/p5-Set-Infinite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:30 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/07/13 18:01:33 jlam Exp $ DISTNAME= Set-Infinite-0.61 PKGNAME= p5-${DISTNAME} @@ -9,7 +9,7 @@ MAINTAINER= cube@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Set-Infinite/ COMMENT= Perl module for sets of integers and objects -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Set/Infinite/.packlist +PERL5_PACKLIST= auto/Set/Infinite/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Spreadsheet-ParseExcel/Makefile b/math/p5-Spreadsheet-ParseExcel/Makefile index cba1be0a3da..cba2fe9b1f3 100644 --- a/math/p5-Spreadsheet-ParseExcel/Makefile +++ b/math/p5-Spreadsheet-ParseExcel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/06/26 08:04:54 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2005/07/13 18:01:33 jlam Exp $ # DISTNAME= Spreadsheet-ParseExcel-0.2603 @@ -12,7 +12,7 @@ COMMENT= Perl module to get information from an Excel file DEPENDS+= p5-OLE-Storage_Lite>=0.08:../../devel/p5-OLE-Storage_Lite -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Spreadsheet/ParseExcel/.packlist +PERL5_PACKLIST= auto/Spreadsheet/ParseExcel/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Spreadsheet-WriteExcel/Makefile b/math/p5-Spreadsheet-WriteExcel/Makefile index 00656fdd362..706be540cca 100644 --- a/math/p5-Spreadsheet-WriteExcel/Makefile +++ b/math/p5-Spreadsheet-WriteExcel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/04/11 21:46:30 tv Exp $ +# $NetBSD: Makefile,v 1.9 2005/07/13 18:01:33 jlam Exp $ # DISTNAME= Spreadsheet-WriteExcel-0.41 @@ -13,7 +13,7 @@ COMMENT= Create Excel data files DEPENDS+= p5-Parse-RecDescent-*:../../devel/p5-Parse-RecDescent DEPENDS+= p5-File-Temp-*:../../devel/p5-File-Temp -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Spreadsheet/WriteExcel/.packlist +PERL5_PACKLIST= auto/Spreadsheet/WriteExcel/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/udunits/Makefile b/math/udunits/Makefile index cb8e19daa56..fd4a53edc60 100644 --- a/math/udunits/Makefile +++ b/math/udunits/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/04/11 21:46:31 tv Exp $ +# $NetBSD: Makefile,v 1.17 2005/07/13 18:01:33 jlam Exp $ DISTNAME= udunits PKGNAME= udunits-1.12.1 @@ -19,7 +19,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CPPFLAGS+= -Df2cFortran -Dunix PERL5_CONFIGURE= no -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/UDUNITS/.packlist +PERL5_PACKLIST= auto/UDUNITS/.packlist EGDIR= ${PREFIX}/share/examples/udunits CONF_FILES= ${EGDIR}/udunits.dat ${PKG_SYSCONFDIR}/udunits.dat |