svn commit: r328613 - head/astro/p5-Astro-MoonPhase

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 28 17:13:21 UTC 2013


Author: sunpoet
Date: Sat Sep 28 17:13:20 2013
New Revision: 328613
URL: http://svnweb.freebsd.org/changeset/ports/328613

Log:
  - Support STAGEDIR

Modified:
  head/astro/p5-Astro-MoonPhase/Makefile
  head/astro/p5-Astro-MoonPhase/pkg-plist   (contents, props changed)

Modified: head/astro/p5-Astro-MoonPhase/Makefile
==============================================================================
--- head/astro/p5-Astro-MoonPhase/Makefile	Sat Sep 28 17:13:16 2013	(r328612)
+++ head/astro/p5-Astro-MoonPhase/Makefile	Sat Sep 28 17:13:20 2013	(r328613)
@@ -12,8 +12,5 @@ COMMENT=	Perl interface to calculate inf
 
 USES=		perl5
 USE_PERL5=	configure
-NO_STAGE=	yes
-
-MAN3=		Astro::MoonPhase.3
 
 .include <bsd.port.mk>

Modified: head/astro/p5-Astro-MoonPhase/pkg-plist
==============================================================================
--- head/astro/p5-Astro-MoonPhase/pkg-plist	Sat Sep 28 17:13:16 2013	(r328612)
+++ head/astro/p5-Astro-MoonPhase/pkg-plist	Sat Sep 28 17:13:20 2013	(r328613)
@@ -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


More information about the svn-ports-all mailing list