diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-29 01:13:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-29 01:13:20 +0800 |
commit | 1bdad61afe6dff9416119d99a4909c9edfbfdde4 (patch) | |
tree | b50ff25f304b0bcf1a8bbc744819698c42151bb3 | |
parent | 8a6d6f0f376964a8c94d529ac54182de04f29e08 (diff) | |
download | freebsd-ports-gnome-1bdad61afe6dff9416119d99a4909c9edfbfdde4.tar.gz freebsd-ports-gnome-1bdad61afe6dff9416119d99a4909c9edfbfdde4.tar.zst freebsd-ports-gnome-1bdad61afe6dff9416119d99a4909c9edfbfdde4.zip |
- Support STAGEDIR
-rw-r--r-- | astro/p5-Astro-MoonPhase/Makefile | 3 | ||||
-rw-r--r-- | astro/p5-Astro-MoonPhase/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/astro/p5-Astro-MoonPhase/Makefile b/astro/p5-Astro-MoonPhase/Makefile index dc2eeb302085..efeb330dc32b 100644 --- a/astro/p5-Astro-MoonPhase/Makefile +++ b/astro/p5-Astro-MoonPhase/Makefile @@ -12,8 +12,5 @@ COMMENT= Perl interface to calculate information about the phase of the moon USES= perl5 USE_PERL5= configure -NO_STAGE= yes - -MAN3= Astro::MoonPhase.3 .include <bsd.port.mk> diff --git a/astro/p5-Astro-MoonPhase/pkg-plist b/astro/p5-Astro-MoonPhase/pkg-plist index 1edc04910346..9af904604ed7 100644 --- a/astro/p5-Astro-MoonPhase/pkg-plist +++ b/astro/p5-Astro-MoonPhase/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Astro/MoonPhase.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/MoonPhase/.packlist +%%PERL5_MAN3%%/Astro::MoonPhase.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/MoonPhase @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro @dirrmtry %%SITE_PERL%%/Astro |