svn commit: r497408 - head/devel/p5-Class-Singleton

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 31 13:15:55 UTC 2019


Author: sunpoet
Date: Sun Mar 31 13:15:52 2019
New Revision: 497408
URL: https://svnweb.freebsd.org/changeset/ports/497408

Log:
  Sort PLIST
  
  - Add NO_ARCH

Modified:
  head/devel/p5-Class-Singleton/Makefile
  head/devel/p5-Class-Singleton/pkg-plist

Modified: head/devel/p5-Class-Singleton/Makefile
==============================================================================
--- head/devel/p5-Class-Singleton/Makefile	Sun Mar 31 13:15:45 2019	(r497407)
+++ head/devel/p5-Class-Singleton/Makefile	Sun Mar 31 13:15:52 2019	(r497408)
@@ -17,4 +17,6 @@ LICENSE_COMB=	dual
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>

Modified: head/devel/p5-Class-Singleton/pkg-plist
==============================================================================
--- head/devel/p5-Class-Singleton/pkg-plist	Sun Mar 31 13:15:45 2019	(r497407)
+++ head/devel/p5-Class-Singleton/pkg-plist	Sun Mar 31 13:15:52 2019	(r497408)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Class::Singleton.3.gz
 %%SITE_PERL%%/Class/Singleton.pm
+%%PERL5_MAN3%%/Class::Singleton.3.gz


More information about the svn-ports-all mailing list