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

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Sep 28 17:13:28 2013
New Revision: 328615
URL: http://svnweb.freebsd.org/changeset/ports/328615

Log:
  - Support STAGEDIR

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

Modified: head/astro/p5-Astro-SIMBAD-Client/Makefile
==============================================================================
--- head/astro/p5-Astro-SIMBAD-Client/Makefile	Sat Sep 28 17:13:24 2013	(r328614)
+++ head/astro/p5-Astro-SIMBAD-Client/Makefile	Sat Sep 28 17:13:28 2013	(r328615)
@@ -21,9 +21,5 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 CONFIGURE_ARGS=	-y
-NO_STAGE=	yes
-
-MAN1=		simbadc.1
-MAN3=		Astro::SIMBAD::Client.3
 
 .include <bsd.port.mk>

Modified: head/astro/p5-Astro-SIMBAD-Client/pkg-plist
==============================================================================
--- head/astro/p5-Astro-SIMBAD-Client/pkg-plist	Sat Sep 28 17:13:24 2013	(r328614)
+++ head/astro/p5-Astro-SIMBAD-Client/pkg-plist	Sat Sep 28 17:13:28 2013	(r328615)
@@ -2,6 +2,8 @@ bin/simbadc
 %%SITE_PERL%%/Astro/SIMBAD/Client.pm
 %%SITE_PERL%%/Astro/SIMBAD/Client/WSQueryInterfaceService.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/SIMBAD/Client/.packlist
+%%PERL5_MAN3%%/Astro::SIMBAD::Client.3.gz
+man/man1/simbadc.1.gz
 @dirrm %%SITE_PERL%%/Astro/SIMBAD/Client
 @dirrm %%SITE_PERL%%/Astro/SIMBAD
 @dirrmtry %%SITE_PERL%%/Astro



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