Date: Fri, 20 Jan 2017 11:24:29 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431944 - head/www/p5-WWW-RobotRules Message-ID: <201701201124.v0KBOTtW094432@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701201124.v0KBOTtW094432>