diff options
author | eadler <eadler@FreeBSD.org> | 2013-10-09 02:04:39 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-10-09 02:04:39 +0800 |
commit | e2b96ae7bd41105b3ce3775a0a8cf98c890a866a (patch) | |
tree | d001500e74dfed4dbbe5f9b840a26a999798c604 | |
parent | f79448dce7e79407b2fa724f7a8302ccacdefee1 (diff) | |
download | freebsd-ports-gnome-e2b96ae7bd41105b3ce3775a0a8cf98c890a866a.tar.gz freebsd-ports-gnome-e2b96ae7bd41105b3ce3775a0a8cf98c890a866a.tar.zst freebsd-ports-gnome-e2b96ae7bd41105b3ce3775a0a8cf98c890a866a.zip |
Convert to staging.
-rw-r--r-- | math/p5-Math-Round/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-Round/pkg-plist | 11 |
2 files changed, 10 insertions, 5 deletions
diff --git a/math/p5-Math-Round/Makefile b/math/p5-Math-Round/Makefile index 3b7a816ac6e1..11089d8b03ab 100644 --- a/math/p5-Math-Round/Makefile +++ b/math/p5-Math-Round/Makefile @@ -12,8 +12,4 @@ COMMENT= Perl extension for rounding numbers USES= perl5 USE_PERL5= configure - -MAN3= Math::Round.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Round/pkg-plist b/math/p5-Math-Round/pkg-plist index a3d437cd74fa..b1cb89c36ab7 100644 --- a/math/p5-Math-Round/pkg-plist +++ b/math/p5-Math-Round/pkg-plist @@ -1,9 +1,18 @@ %%SITE_PERL%%/auto/Math/Round/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Round/.packlist %%SITE_PERL%%/Math/Round.pm +%%PERL5_MAN3%%/Math::Round.3.gz +@dirrmtry %%PERL5_MAN3%% @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Round @dirrm %%SITE_PERL%%/auto/Math/Round +@dirrmtry %%SITE_PERL%%/mach/auto +@dirrmtry %%SITE_PERL%%/mach @dirrmtry %%SITE_PERL%%/auto/Math +@dirrmtry %%SITE_PERL%%/auto @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry lib/perl5/site_perl +@dirrmtry lib/perl5/5.14/man +@dirrmtry lib/perl5/5.14 +@dirrmtry lib/perl5 +@dirrmtry %%SITE_PERL%% |