svn commit: r328612 - head/astro/p5-Astro-Hipparcos

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


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

Log:
  - Support STAGEDIR

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

Modified: head/astro/p5-Astro-Hipparcos/Makefile
==============================================================================
--- head/astro/p5-Astro-Hipparcos/Makefile	Sat Sep 28 17:13:11 2013	(r328611)
+++ head/astro/p5-Astro-Hipparcos/Makefile	Sat Sep 28 17:13:16 2013	(r328612)
@@ -16,9 +16,5 @@ BUILD_DEPENDS=	p5-ExtUtils-XSpp>=0.06:${
 MAKE_ARGS+=	CC="${CXX}"
 USES=		perl5
 USE_PERL5=	configure
-NO_STAGE=	yes
-
-MAN3=		Astro::Hipparcos::Record.3 \
-		Astro::Hipparcos.3
 
 .include <bsd.port.mk>

Modified: head/astro/p5-Astro-Hipparcos/pkg-plist
==============================================================================
--- head/astro/p5-Astro-Hipparcos/pkg-plist	Sat Sep 28 17:13:11 2013	(r328611)
+++ head/astro/p5-Astro-Hipparcos/pkg-plist	Sat Sep 28 17:13:16 2013	(r328612)
@@ -3,6 +3,8 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/Hipparcos/Hipparcos.so
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/Hipparcos/Hipparcos.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/Hipparcos/.packlist
+%%PERL5_MAN3%%/Astro::Hipparcos.3.gz
+%%PERL5_MAN3%%/Astro::Hipparcos::Record.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Astro/Hipparcos
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Astro
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/Hipparcos


More information about the svn-ports-head mailing list