svn commit: r328607 - head/astro/p5-Astro

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


Author: sunpoet
Date: Sat Sep 28 17:12:55 2013
New Revision: 328607
URL: http://svnweb.freebsd.org/changeset/ports/328607

Log:
  - Support STAGEDIR

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

Modified: head/astro/p5-Astro/Makefile
==============================================================================
--- head/astro/p5-Astro/Makefile	Sat Sep 28 17:12:51 2013	(r328606)
+++ head/astro/p5-Astro/Makefile	Sat Sep 28 17:12:55 2013	(r328607)
@@ -12,10 +12,5 @@ COMMENT=	Collection of useful astronomic
 
 USES=		perl5
 USE_PERL5=	configure
-NO_STAGE=	yes
-
-MAN3=	Astro::Time.3 \
-	Astro::Misc.3 \
-	Astro::Coord.3
 
 .include <bsd.port.mk>

Modified: head/astro/p5-Astro/pkg-plist
==============================================================================
--- head/astro/p5-Astro/pkg-plist	Sat Sep 28 17:12:51 2013	(r328606)
+++ head/astro/p5-Astro/pkg-plist	Sat Sep 28 17:12:55 2013	(r328607)
@@ -2,5 +2,8 @@
 %%SITE_PERL%%/Astro/Misc.pm
 %%SITE_PERL%%/Astro/Time.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/.packlist
+%%PERL5_MAN3%%/Astro::Coord.3.gz
+%%PERL5_MAN3%%/Astro::Misc.3.gz
+%%PERL5_MAN3%%/Astro::Time.3.gz
 @dirrmtry %%SITE_PERL%%/Astro
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro


More information about the svn-ports-all mailing list