diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-30 22:10:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-30 22:10:43 +0800 |
commit | 4624d6e5edc9a1950b3367c995d7b269f970cd1e (patch) | |
tree | a66988788d35eaf77f9a5c2d5c0beae5a1985e08 /astro/p5-Astro-Flux | |
parent | 80e6bf40fd96b30747a014a7846d53f067a3d4cf (diff) | |
download | freebsd-ports-graphics-4624d6e5edc9a1950b3367c995d7b269f970cd1e.tar.gz freebsd-ports-graphics-4624d6e5edc9a1950b3367c995d7b269f970cd1e.tar.zst freebsd-ports-graphics-4624d6e5edc9a1950b3367c995d7b269f970cd1e.zip |
- Support STAGEDIR
Diffstat (limited to 'astro/p5-Astro-Flux')
-rw-r--r-- | astro/p5-Astro-Flux/Makefile | 5 | ||||
-rw-r--r-- | astro/p5-Astro-Flux/pkg-plist | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/astro/p5-Astro-Flux/Makefile b/astro/p5-Astro-Flux/Makefile index 7812523cc48..d7774e7cf40 100644 --- a/astro/p5-Astro-Flux/Makefile +++ b/astro/p5-Astro-Flux/Makefile @@ -18,10 +18,5 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 -NO_STAGE= yes - -MAN3= Astro::Flux.3 \ - Astro::FluxColor.3 \ - Astro::Fluxes.3 .include <bsd.port.mk> diff --git a/astro/p5-Astro-Flux/pkg-plist b/astro/p5-Astro-Flux/pkg-plist index 03ccce6b804..4652c517abb 100644 --- a/astro/p5-Astro-Flux/pkg-plist +++ b/astro/p5-Astro-Flux/pkg-plist @@ -2,6 +2,9 @@ %%SITE_PERL%%/Astro/FluxColor.pm %%SITE_PERL%%/Astro/Fluxes.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/Flux/.packlist +%%PERL5_MAN3%%/Astro::Flux.3.gz +%%PERL5_MAN3%%/Astro::FluxColor.3.gz +%%PERL5_MAN3%%/Astro::Fluxes.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/Flux @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro @dirrmtry %%SITE_PERL%%/Astro |