Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2015 03:02:11 +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: r401646 - head/math/p5-Math-GSL
Message-ID:  <201511150302.tAF32BS9059829@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov 15 03:02:10 2015
New Revision: 401646
URL: https://svnweb.freebsd.org/changeset/ports/401646

Log:
  - Sort PLIST

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

Modified: head/math/p5-Math-GSL/Makefile
==============================================================================
--- head/math/p5-Math-GSL/Makefile	Sun Nov 15 03:02:06 2015	(r401645)
+++ head/math/p5-Math-GSL/Makefile	Sun Nov 15 03:02:10 2015	(r401646)
@@ -27,6 +27,6 @@ USES=		perl5
 BROKEN_sparc64=	does not compile on sparc64
 
 post-install:
-	${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GSL/ -name "*.so" | ${XARGS} -J % ${STRIP_CMD} %
+	${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GSL/ -name "*.so" | ${XARGS} ${STRIP_CMD}
 
 .include <bsd.port.mk>

Modified: head/math/p5-Math-GSL/pkg-plist
==============================================================================
--- head/math/p5-Math-GSL/pkg-plist	Sun Nov 15 03:02:06 2015	(r401645)
+++ head/math/p5-Math-GSL/pkg-plist	Sun Nov 15 03:02:10 2015	(r401646)
@@ -105,6 +105,7 @@ bin/smolder_smoke_signal
 %%SITE_ARCH%%/auto/Math/GSL/Version/Version.so
 %%SITE_ARCH%%/auto/Math/GSL/Wavelet/Wavelet.so
 %%SITE_ARCH%%/auto/Math/GSL/Wavelet2D/Wavelet2D.so
+%%PERL5_MAN1%%/smolder_smoke_signal.1.gz
 %%PERL5_MAN3%%/Math::GSL.3.gz
 %%PERL5_MAN3%%/Math::GSL::BLAS.3.gz
 %%PERL5_MAN3%%/Math::GSL::BSpline.3.gz
@@ -157,4 +158,3 @@ bin/smolder_smoke_signal
 %%PERL5_MAN3%%/Math::GSL::VectorComplex.3.gz
 %%PERL5_MAN3%%/Math::GSL::Wavelet.3.gz
 %%PERL5_MAN3%%/Math::GSL::Wavelet2D.3.gz
-%%PERL5_MAN1%%/smolder_smoke_signal.1.gz



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