svn commit: r498128 - head/textproc/p5-Text-Autoformat

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 6 14:45:13 UTC 2019


Author: sunpoet
Date: Sat Apr  6 14:45:07 2019
New Revision: 498128
URL: https://svnweb.freebsd.org/changeset/ports/498128

Log:
  Add NO_ARCH
  
  - Sort PLIST

Modified:
  head/textproc/p5-Text-Autoformat/Makefile
  head/textproc/p5-Text-Autoformat/pkg-plist

Modified: head/textproc/p5-Text-Autoformat/Makefile
==============================================================================
--- head/textproc/p5-Text-Autoformat/Makefile	Sat Apr  6 14:45:02 2019	(r498127)
+++ head/textproc/p5-Text-Autoformat/Makefile	Sat Apr  6 14:45:07 2019	(r498128)
@@ -22,4 +22,6 @@ RUN_DEPENDS=	p5-Text-Reform>=1.11:textproc/p5-Text-Ref
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-Autoformat/pkg-plist
==============================================================================
--- head/textproc/p5-Text-Autoformat/pkg-plist	Sat Apr  6 14:45:02 2019	(r498127)
+++ head/textproc/p5-Text-Autoformat/pkg-plist	Sat Apr  6 14:45:07 2019	(r498128)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Text::Autoformat.3.gz
 %%SITE_PERL%%/Text/Autoformat.pm
+%%PERL5_MAN3%%/Text::Autoformat.3.gz


More information about the svn-ports-all mailing list