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-Statistics-R | |
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-Statistics-R')
-rw-r--r-- | math/p5-Statistics-R/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Statistics-R/pkg-plist | 9 |
2 files changed, 6 insertions, 8 deletions
diff --git a/math/p5-Statistics-R/Makefile b/math/p5-Statistics-R/Makefile index f249f713a29b..20aab6719e9f 100644 --- a/math/p5-Statistics-R/Makefile +++ b/math/p5-Statistics-R/Makefile @@ -20,9 +20,4 @@ RUN_DEPENDS= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R \ USES= perl5 USE_PERL5= configure -MAN3= Statistics::R::Legacy.3 \ - Statistics::R::Win32.3 \ - Statistics::R.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Statistics-R/pkg-plist b/math/p5-Statistics-R/pkg-plist index 804f803249bc..0c451aaed152 100644 --- a/math/p5-Statistics-R/pkg-plist +++ b/math/p5-Statistics-R/pkg-plist @@ -1,8 +1,11 @@ +%%PERL5_MAN3%%/Statistics::R.3.gz +%%PERL5_MAN3%%/Statistics::R::Legacy.3.gz +%%PERL5_MAN3%%/Statistics::R::Win32.3.gz +%%SITE_PERL%%/Statistics/R.pm %%SITE_PERL%%/Statistics/R/Legacy.pm %%SITE_PERL%%/Statistics/R/Win32.pm -%%SITE_PERL%%/Statistics/R.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/R/.packlist -@dirrmtry %%SITE_PERL%%/Statistics/R -@dirrmtry %%SITE_PERL%%/Statistics @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/R @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics +@dirrmtry %%SITE_PERL%%/Statistics/R +@dirrmtry %%SITE_PERL%%/Statistics |