Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2013 17:12:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328607 - head/astro/p5-Astro
Message-ID:  <201309281712.r8SHCt52027176@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309281712.r8SHCt52027176>