svn commit: r328790 - head/astro/p5-Astro-Flux

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 30 14:10:44 UTC 2013


Author: sunpoet
Date: Mon Sep 30 14:10:43 2013
New Revision: 328790
URL: http://svnweb.freebsd.org/changeset/ports/328790

Log:
  - Support STAGEDIR

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

Modified: head/astro/p5-Astro-Flux/Makefile
==============================================================================
--- head/astro/p5-Astro-Flux/Makefile	Mon Sep 30 14:10:20 2013	(r328789)
+++ head/astro/p5-Astro-Flux/Makefile	Mon Sep 30 14:10:43 2013	(r328790)
@@ -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>

Modified: head/astro/p5-Astro-Flux/pkg-plist
==============================================================================
--- head/astro/p5-Astro-Flux/pkg-plist	Mon Sep 30 14:10:20 2013	(r328789)
+++ head/astro/p5-Astro-Flux/pkg-plist	Mon Sep 30 14:10:43 2013	(r328790)
@@ -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


More information about the svn-ports-all mailing list