svn commit: r398530 - head/math/p5-Math-Interpolate

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 3 17:11:13 UTC 2015


Author: sunpoet
Date: Sat Oct  3 17:11:12 2015
New Revision: 398530
URL: https://svnweb.freebsd.org/changeset/ports/398530

Log:
  - Add NO_ARCH
  - Sort PLIST

Modified:
  head/math/p5-Math-Interpolate/Makefile
  head/math/p5-Math-Interpolate/pkg-plist

Modified: head/math/p5-Math-Interpolate/Makefile
==============================================================================
--- head/math/p5-Math-Interpolate/Makefile	Sat Oct  3 17:11:07 2015	(r398529)
+++ head/math/p5-Math-Interpolate/Makefile	Sat Oct  3 17:11:12 2015	(r398530)
@@ -14,7 +14,8 @@ COMMENT=	Perl routines for data sets int
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-USES=		perl5
+NO_ARCH=	yes
 USE_PERL5=	configure
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/math/p5-Math-Interpolate/pkg-plist
==============================================================================
--- head/math/p5-Math-Interpolate/pkg-plist	Sat Oct  3 17:11:07 2015	(r398529)
+++ head/math/p5-Math-Interpolate/pkg-plist	Sat Oct  3 17:11:12 2015	(r398530)
@@ -1,4 +1,4 @@
-%%PERL5_MAN3%%/Math::Interpolate.3.gz
-%%PERL5_MAN3%%/Math::IntervalSearch.3.gz
 %%SITE_PERL%%/Math/Interpolate.pm
 %%SITE_PERL%%/Math/IntervalSearch.pm
+%%PERL5_MAN3%%/Math::Interpolate.3.gz
+%%PERL5_MAN3%%/Math::IntervalSearch.3.gz


More information about the svn-ports-all mailing list