Date: Sat, 28 Sep 2013 17:12:59 +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: r328608 - head/astro/p5-Astro-ADS Message-ID: <201309281712.r8SHCxhn027290@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Sep 28 17:12:59 2013 New Revision: 328608 URL: http://svnweb.freebsd.org/changeset/ports/328608 Log: - Support STAGEDIR Modified: head/astro/p5-Astro-ADS/Makefile head/astro/p5-Astro-ADS/pkg-plist (contents, props changed) Modified: head/astro/p5-Astro-ADS/Makefile ============================================================================== --- head/astro/p5-Astro-ADS/Makefile Sat Sep 28 17:12:55 2013 (r328607) +++ head/astro/p5-Astro-ADS/Makefile Sat Sep 28 17:12:59 2013 (r328608) @@ -14,11 +14,7 @@ COMMENT= OO Perl interface to the ADS ab BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww -NO_STAGE= yes USES= perl5 USE_PERL5= configure -MAN1= adsquery.1 -MAN3= Astro::ADS.3 Astro::ADS::Query.3 Astro::ADS::Result.3 Astro::ADS::Result::Paper.3 - .include <bsd.port.mk> Modified: head/astro/p5-Astro-ADS/pkg-plist ============================================================================== --- head/astro/p5-Astro-ADS/pkg-plist Sat Sep 28 17:12:55 2013 (r328607) +++ head/astro/p5-Astro-ADS/pkg-plist Sat Sep 28 17:12:59 2013 (r328608) @@ -4,6 +4,11 @@ bin/adsquery %%SITE_PERL%%/Astro/ADS/Result.pm %%SITE_PERL%%/Astro/ADS/Result/Paper.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/ADS/.packlist +%%PERL5_MAN3%%/Astro::ADS.3.gz +%%PERL5_MAN3%%/Astro::ADS::Query.3.gz +%%PERL5_MAN3%%/Astro::ADS::Result.3.gz +%%PERL5_MAN3%%/Astro::ADS::Result::Paper.3.gz +man/man1/adsquery.1.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/ADS @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro @dirrm %%SITE_PERL%%/Astro/ADS/Result
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309281712.r8SHCxhn027290>