svn commit: r400515 - head/devel/p5-PPerl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Oct 30 11:25:20 UTC 2015


Author: sunpoet
Date: Fri Oct 30 11:25:18 2015
New Revision: 400515
URL: https://svnweb.freebsd.org/changeset/ports/400515

Log:
  - Sort PLIST

Modified:
  head/devel/p5-PPerl/Makefile
  head/devel/p5-PPerl/pkg-plist

Modified: head/devel/p5-PPerl/Makefile
==============================================================================
--- head/devel/p5-PPerl/Makefile	Fri Oct 30 11:25:14 2015	(r400514)
+++ head/devel/p5-PPerl/Makefile	Fri Oct 30 11:25:18 2015	(r400515)
@@ -19,7 +19,7 @@ USES=		perl5
 USE_PERL5=	configure
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PPerl/PPerl.so
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pperl
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PPerl/PPerl.so
 
 .include <bsd.port.mk>

Modified: head/devel/p5-PPerl/pkg-plist
==============================================================================
--- head/devel/p5-PPerl/pkg-plist	Fri Oct 30 11:25:14 2015	(r400514)
+++ head/devel/p5-PPerl/pkg-plist	Fri Oct 30 11:25:18 2015	(r400515)
@@ -1,5 +1,5 @@
 bin/pperl
+%%SITE_ARCH%%/PPerl.pm
+%%SITE_ARCH%%/auto/PPerl/PPerl.so
 %%PERL5_MAN1%%/pperl.1.gz
 %%PERL5_MAN3%%/PPerl.3.gz
-%%SITE_ARCH%%/auto/PPerl/PPerl.so
-%%SITE_ARCH%%/PPerl.pm


More information about the svn-ports-head mailing list