diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-29 01:13:28 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-29 01:13:28 +0800 |
commit | 836f2f38e08759e0ebd4130eaa18b23c4fb60466 (patch) | |
tree | 53a35a55cc6a0f6e8b99933d007ccaebbae51244 /astro | |
parent | 502f7f8052ab12502905bc7b4b7a005db4f6148b (diff) | |
download | freebsd-ports-gnome-836f2f38e08759e0ebd4130eaa18b23c4fb60466.tar.gz freebsd-ports-gnome-836f2f38e08759e0ebd4130eaa18b23c4fb60466.tar.zst freebsd-ports-gnome-836f2f38e08759e0ebd4130eaa18b23c4fb60466.zip |
- Support STAGEDIR
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Astro-SIMBAD-Client/Makefile | 4 | ||||
-rw-r--r-- | astro/p5-Astro-SIMBAD-Client/pkg-plist | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/astro/p5-Astro-SIMBAD-Client/Makefile b/astro/p5-Astro-SIMBAD-Client/Makefile index 7c79d168dc38..550b9eefdb79 100644 --- a/astro/p5-Astro-SIMBAD-Client/Makefile +++ b/astro/p5-Astro-SIMBAD-Client/Makefile @@ -21,9 +21,5 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure CONFIGURE_ARGS= -y -NO_STAGE= yes - -MAN1= simbadc.1 -MAN3= Astro::SIMBAD::Client.3 .include <bsd.port.mk> diff --git a/astro/p5-Astro-SIMBAD-Client/pkg-plist b/astro/p5-Astro-SIMBAD-Client/pkg-plist index ebbaac245cc2..fa2b440eb119 100644 --- a/astro/p5-Astro-SIMBAD-Client/pkg-plist +++ b/astro/p5-Astro-SIMBAD-Client/pkg-plist @@ -2,6 +2,8 @@ bin/simbadc %%SITE_PERL%%/Astro/SIMBAD/Client.pm %%SITE_PERL%%/Astro/SIMBAD/Client/WSQueryInterfaceService.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/SIMBAD/Client/.packlist +%%PERL5_MAN3%%/Astro::SIMBAD::Client.3.gz +man/man1/simbadc.1.gz @dirrm %%SITE_PERL%%/Astro/SIMBAD/Client @dirrm %%SITE_PERL%%/Astro/SIMBAD @dirrmtry %%SITE_PERL%%/Astro |