svn commit: r393565 - head/textproc/makepatch

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Aug 5 04:35:35 UTC 2015


Author: amdmi3
Date: Wed Aug  5 04:35:34 2015
New Revision: 393565
URL: https://svnweb.freebsd.org/changeset/ports/393565

Log:
  - Add NO_ARCH

Modified:
  head/textproc/makepatch/Makefile

Modified: head/textproc/makepatch/Makefile
==============================================================================
--- head/textproc/makepatch/Makefile	Wed Aug  5 04:15:05 2015	(r393564)
+++ head/textproc/makepatch/Makefile	Wed Aug  5 04:35:34 2015	(r393565)
@@ -12,5 +12,6 @@ COMMENT=	Perl scripts to assist in the g
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list