svn commit: r439317 - head/dns/p5-BIND-Conf_Parser

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Apr 24 15:18:29 UTC 2017


Author: sunpoet
Date: Mon Apr 24 15:18:27 2017
New Revision: 439317
URL: https://svnweb.freebsd.org/changeset/ports/439317

Log:
  Add NO_ARCH
  
  - Sort PLIST

Modified:
  head/dns/p5-BIND-Conf_Parser/Makefile
  head/dns/p5-BIND-Conf_Parser/pkg-plist

Modified: head/dns/p5-BIND-Conf_Parser/Makefile
==============================================================================
--- head/dns/p5-BIND-Conf_Parser/Makefile	Mon Apr 24 15:18:18 2017	(r439316)
+++ head/dns/p5-BIND-Conf_Parser/Makefile	Mon Apr 24 15:18:27 2017	(r439317)
@@ -12,6 +12,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl5 module to parse BIND 8 configuration files
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/dns/p5-BIND-Conf_Parser/pkg-plist
==============================================================================
--- head/dns/p5-BIND-Conf_Parser/pkg-plist	Mon Apr 24 15:18:18 2017	(r439316)
+++ head/dns/p5-BIND-Conf_Parser/pkg-plist	Mon Apr 24 15:18:27 2017	(r439317)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/BIND::Conf_Parser.3.gz
 %%SITE_PERL%%/BIND/Conf_Parser.pm
+%%PERL5_MAN3%%/BIND::Conf_Parser.3.gz


More information about the svn-ports-head mailing list