Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2015 17:11:12 +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: r398530 - head/math/p5-Math-Interpolate
Message-ID:  <201510031711.t93HBCMf014211@repo.freebsd.org>

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



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