svn commit: r506561 - head/textproc/p5-Lingua-Stem-It

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jul 13 20:46:59 UTC 2019


Author: sunpoet
Date: Sat Jul 13 20:46:55 2019
New Revision: 506561
URL: https://svnweb.freebsd.org/changeset/ports/506561

Log:
  Add NO_ARCH

Modified:
  head/textproc/p5-Lingua-Stem-It/Makefile

Modified: head/textproc/p5-Lingua-Stem-It/Makefile
==============================================================================
--- head/textproc/p5-Lingua-Stem-It/Makefile	Sat Jul 13 20:46:50 2019	(r506560)
+++ head/textproc/p5-Lingua-Stem-It/Makefile	Sat Jul 13 20:46:55 2019	(r506561)
@@ -14,7 +14,9 @@ COMMENT=	Porter stemming algorithm for Italian
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list