diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-29 01:13:24 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-29 01:13:24 +0800 |
commit | 502f7f8052ab12502905bc7b4b7a005db4f6148b (patch) | |
tree | 8e044aaf37b6f4e003b66ae023456794e9bd35eb /astro | |
parent | 1bdad61afe6dff9416119d99a4909c9edfbfdde4 (diff) | |
download | freebsd-ports-graphics-502f7f8052ab12502905bc7b4b7a005db4f6148b.tar.gz freebsd-ports-graphics-502f7f8052ab12502905bc7b4b7a005db4f6148b.tar.zst freebsd-ports-graphics-502f7f8052ab12502905bc7b4b7a005db4f6148b.zip |
- Support STAGEDIR
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Astro-SIMBAD/Makefile | 6 | ||||
-rw-r--r-- | astro/p5-Astro-SIMBAD/pkg-plist | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/astro/p5-Astro-SIMBAD/Makefile b/astro/p5-Astro-SIMBAD/Makefile index 5a7a402ed11..a8aadfed9be 100644 --- a/astro/p5-Astro-SIMBAD/Makefile +++ b/astro/p5-Astro-SIMBAD/Makefile @@ -16,11 +16,5 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww USES= perl5 USE_PERL5= configure -NO_STAGE= yes - -MAN3= Astro::SIMBAD.3 \ - Astro::SIMBAD::Query.3 \ - Astro::SIMBAD::Result.3 \ - Astro::SIMBAD::Result::Object.3 .include <bsd.port.mk> diff --git a/astro/p5-Astro-SIMBAD/pkg-plist b/astro/p5-Astro-SIMBAD/pkg-plist index c4c3a361e42..f2b46d90ca6 100644 --- a/astro/p5-Astro-SIMBAD/pkg-plist +++ b/astro/p5-Astro-SIMBAD/pkg-plist @@ -3,6 +3,10 @@ %%SITE_PERL%%/Astro/SIMBAD/Result.pm %%SITE_PERL%%/Astro/SIMBAD/Result/Object.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/SIMBAD/.packlist +%%PERL5_MAN3%%/Astro::SIMBAD.3.gz +%%PERL5_MAN3%%/Astro::SIMBAD::Query.3.gz +%%PERL5_MAN3%%/Astro::SIMBAD::Result.3.gz +%%PERL5_MAN3%%/Astro::SIMBAD::Result::Object.3.gz @dirrm %%SITE_PERL%%/Astro/SIMBAD/Result @dirrm %%SITE_PERL%%/Astro/SIMBAD @dirrm %%SITE_PERL%%/Astro |