diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-04 08:24:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-04 08:24:46 +0000 |
commit | 13c9c6cb038e9fbbe47e44ea1370a247226afe8c (patch) | |
tree | 47688d40bdf2d8a67487aad71a7699f92f1797fc /math | |
parent | b1838214ed2c5857cebceed565b2ca9a5bce0da4 (diff) | |
download | ports-13c9c6cb038e9fbbe47e44ea1370a247226afe8c.tar.gz ports-13c9c6cb038e9fbbe47e44ea1370a247226afe8c.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-GSL/Makefile | 3 | ||||
-rw-r--r-- | math/p5-Math-GSL/pkg-plist | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile index 4e0be5f4f1a3..517efbfbce7d 100644 --- a/math/p5-Math-GSL/Makefile +++ b/math/p5-Math-GSL/Makefile @@ -7,6 +7,7 @@ PORTNAME= Math-GSL PORTVERSION= 0.20 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,8 +20,6 @@ BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils- ${SITE_PERL}/Test/Class.pm:${PORTSDIR}/devel/p5-Test-Class LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl -ONLY_FOR_ARCHS= i386 - PERL_CONFIGURE= yes PERL_MODBUILD= yes MAKE_ENV= INC="-I${LOCALBASE}/include" diff --git a/math/p5-Math-GSL/pkg-plist b/math/p5-Math-GSL/pkg-plist index 8abb52f8789b..ff7ec60436bc 100644 --- a/math/p5-Math-GSL/pkg-plist +++ b/math/p5-Math-GSL/pkg-plist @@ -156,4 +156,4 @@ bin/smolder_smoke_signal @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Wavelet @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Wavelet2D @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math |