diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-28 17:12:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-28 17:12:55 +0000 |
commit | 72ba653b3bd6ea23a563778f0a2e13f6cfd36727 (patch) | |
tree | afcb7879f7acef974fd2cd0aadc31e5b8c78a9fe /astro/p5-Astro | |
parent | b89f81351ea6a83bc013be9d07a9752db230afe1 (diff) | |
download | ports-72ba653b3bd6ea23a563778f0a2e13f6cfd36727.tar.gz ports-72ba653b3bd6ea23a563778f0a2e13f6cfd36727.zip |
- Support STAGEDIR
Notes
Notes:
svn path=/head/; revision=328607
Diffstat (limited to 'astro/p5-Astro')
-rw-r--r-- | astro/p5-Astro/Makefile | 5 | ||||
-rw-r--r-- | astro/p5-Astro/pkg-plist | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/astro/p5-Astro/Makefile b/astro/p5-Astro/Makefile index d86958764faa..d62379c2a0a5 100644 --- a/astro/p5-Astro/Makefile +++ b/astro/p5-Astro/Makefile @@ -12,10 +12,5 @@ COMMENT= Collection of useful astronomical routines in Perl USES= perl5 USE_PERL5= configure -NO_STAGE= yes - -MAN3= Astro::Time.3 \ - Astro::Misc.3 \ - Astro::Coord.3 .include <bsd.port.mk> diff --git a/astro/p5-Astro/pkg-plist b/astro/p5-Astro/pkg-plist index dd09e9f86fbd..9801dc45dad1 100644 --- a/astro/p5-Astro/pkg-plist +++ b/astro/p5-Astro/pkg-plist @@ -2,5 +2,8 @@ %%SITE_PERL%%/Astro/Misc.pm %%SITE_PERL%%/Astro/Time.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/.packlist +%%PERL5_MAN3%%/Astro::Coord.3.gz +%%PERL5_MAN3%%/Astro::Misc.3.gz +%%PERL5_MAN3%%/Astro::Time.3.gz @dirrmtry %%SITE_PERL%%/Astro @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro |