Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2020 19:40:01 +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: r545896 - head/devel/p5-Script-isAperlScript
Message-ID:  <202008231940.07NJe1Bh076427@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 23 19:40:00 2020
New Revision: 545896
URL: https://svnweb.freebsd.org/changeset/ports/545896

Log:
  Add NO_ARCH

Modified:
  head/devel/p5-Script-isAperlScript/Makefile

Modified: head/devel/p5-Script-isAperlScript/Makefile
==============================================================================
--- head/devel/p5-Script-isAperlScript/Makefile	Sun Aug 23 19:39:55 2020	(r545895)
+++ head/devel/p5-Script-isAperlScript/Makefile	Sun Aug 23 19:40:00 2020	(r545896)
@@ -13,7 +13,9 @@ COMMENT=	Basic check for if something is a perl script
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-USES=	perl5
+USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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