diff options
author | kevlo <kevlo@FreeBSD.org> | 2010-06-05 20:23:03 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2010-06-05 20:23:03 +0800 |
commit | 080e0bd678dd622cf9bad4d5e312a57f36ac6e51 (patch) | |
tree | b7cbc85290a03becc242598139b58c386e989658 /math/p5-Math-RPN | |
parent | 54a883b5097c3a4190016ba3c20f185840a5eae8 (diff) | |
download | freebsd-ports-gnome-080e0bd678dd622cf9bad4d5e312a57f36ac6e51.tar.gz freebsd-ports-gnome-080e0bd678dd622cf9bad4d5e312a57f36ac6e51.tar.zst freebsd-ports-gnome-080e0bd678dd622cf9bad4d5e312a57f36ac6e51.zip |
Fix pkg-plist
Diffstat (limited to 'math/p5-Math-RPN')
-rw-r--r-- | math/p5-Math-RPN/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-RPN/pkg-plist | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/math/p5-Math-RPN/Makefile b/math/p5-Math-RPN/Makefile index b89c6d19fd7d..3ab2d06ebf23 100644 --- a/math/p5-Math-RPN/Makefile +++ b/math/p5-Math-RPN/Makefile @@ -7,6 +7,7 @@ PORTNAME= Math-RPN PORTVERSION= 1.09 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/math/p5-Math-RPN/pkg-plist b/math/p5-Math-RPN/pkg-plist index 85a24f1f2522..7701d2af3e2c 100644 --- a/math/p5-Math-RPN/pkg-plist +++ b/math/p5-Math-RPN/pkg-plist @@ -1,2 +1,5 @@ %%SITE_PERL%%/Math/RPN.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/RPN/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/RPN +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math |