Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2013 17:13:24 +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: r328614 - head/astro/p5-Astro-SIMBAD
Message-ID:  <201309281713.r8SHDOFO027959@svn.freebsd.org>

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



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