svn commit: r431944 - head/www/p5-WWW-RobotRules

Raphael Kubo da Costa rakuco at FreeBSD.org
Fri Jan 20 11:24:30 UTC 2017


Author: rakuco
Date: Fri Jan 20 11:24:29 2017
New Revision: 431944
URL: https://svnweb.freebsd.org/changeset/ports/431944

Log:
  Set NO_ARCH=yes.
  
  The port does not seem to install any arch-specific files.

Modified:
  head/www/p5-WWW-RobotRules/Makefile

Modified: head/www/p5-WWW-RobotRules/Makefile
==============================================================================
--- head/www/p5-WWW-RobotRules/Makefile	Fri Jan 20 11:19:40 2017	(r431943)
+++ head/www/p5-WWW-RobotRules/Makefile	Fri Jan 20 11:24:29 2017	(r431944)
@@ -16,6 +16,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 CONFLICTS=	p5-libwww-5*
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-all mailing list