Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Oct 2015 11:25:19 +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: r400515 - head/devel/p5-PPerl
Message-ID:  <201510301125.t9UBPJk7091950@repo.freebsd.org>

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



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