svn commit: r328614 - head/astro/p5-Astro-SIMBAD

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


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

Log:
  - Support STAGEDIR

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

Modified: head/astro/p5-Astro-SIMBAD/Makefile
==============================================================================
--- head/astro/p5-Astro-SIMBAD/Makefile	Sat Sep 28 17:13:20 2013	(r328613)
+++ head/astro/p5-Astro-SIMBAD/Makefile	Sat Sep 28 17:13:24 2013	(r328614)
@@ -16,11 +16,5 @@ RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/ww
 
 USES=		perl5
 USE_PERL5=	configure
-NO_STAGE=	yes
-
-MAN3=	Astro::SIMBAD.3 \
-	Astro::SIMBAD::Query.3 \
-	Astro::SIMBAD::Result.3 \
-	Astro::SIMBAD::Result::Object.3
 
 .include <bsd.port.mk>

Modified: head/astro/p5-Astro-SIMBAD/pkg-plist
==============================================================================
--- head/astro/p5-Astro-SIMBAD/pkg-plist	Sat Sep 28 17:13:20 2013	(r328613)
+++ head/astro/p5-Astro-SIMBAD/pkg-plist	Sat Sep 28 17:13:24 2013	(r328614)
@@ -3,6 +3,10 @@
 %%SITE_PERL%%/Astro/SIMBAD/Result.pm
 %%SITE_PERL%%/Astro/SIMBAD/Result/Object.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/SIMBAD/.packlist
+%%PERL5_MAN3%%/Astro::SIMBAD.3.gz
+%%PERL5_MAN3%%/Astro::SIMBAD::Query.3.gz
+%%PERL5_MAN3%%/Astro::SIMBAD::Result.3.gz
+%%PERL5_MAN3%%/Astro::SIMBAD::Result::Object.3.gz
 @dirrm %%SITE_PERL%%/Astro/SIMBAD/Result
 @dirrm %%SITE_PERL%%/Astro/SIMBAD
 @dirrm %%SITE_PERL%%/Astro


More information about the svn-ports-all mailing list