diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-05 14:56:18 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-05 14:56:18 +0800 |
commit | 66dfc893366216c301980028d29756a5cb97d8b4 (patch) | |
tree | f1b12e43c4957712ca0fd56650b1bda57831a37d /math/p5-Math-SymbolicX-Inline | |
parent | b1a6c0cdd886f3bec908d1a7a9548e60555409c8 (diff) | |
download | freebsd-ports-gnome-66dfc893366216c301980028d29756a5cb97d8b4.tar.gz freebsd-ports-gnome-66dfc893366216c301980028d29756a5cb97d8b4.tar.zst freebsd-ports-gnome-66dfc893366216c301980028d29756a5cb97d8b4.zip |
Support STAGEDIR.
Diffstat (limited to 'math/p5-Math-SymbolicX-Inline')
-rw-r--r-- | math/p5-Math-SymbolicX-Inline/Makefile | 3 | ||||
-rw-r--r-- | math/p5-Math-SymbolicX-Inline/pkg-plist | 7 |
2 files changed, 4 insertions, 6 deletions
diff --git a/math/p5-Math-SymbolicX-Inline/Makefile b/math/p5-Math-SymbolicX-Inline/Makefile index 14154cc3cb2d..fcd95066a7d6 100644 --- a/math/p5-Math-SymbolicX-Inline/Makefile +++ b/math/p5-Math-SymbolicX-Inline/Makefile @@ -14,10 +14,7 @@ BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic \ p5-Math-Symbolic-Custom-Contains>=0:${PORTSDIR}/math/p5-Math-Symbolic-Custom-Contains RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= Math::SymbolicX::Inline.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-SymbolicX-Inline/pkg-plist b/math/p5-Math-SymbolicX-Inline/pkg-plist index 95d2e007e311..1161ef4d5b39 100644 --- a/math/p5-Math-SymbolicX-Inline/pkg-plist +++ b/math/p5-Math-SymbolicX-Inline/pkg-plist @@ -1,7 +1,8 @@ +%%PERL5_MAN3%%/Math::SymbolicX::Inline.3.gz %%SITE_PERL%%/Math/SymbolicX/Inline.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/Inline/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/Inline -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/Inline +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math -@dirrm %%SITE_PERL%%/Math/SymbolicX +@dirrmtry %%SITE_PERL%%/Math/SymbolicX @dirrmtry %%SITE_PERL%%/Math |