Date: Wed, 2 Jul 2014 18:28:04 +0000 (UTC) From: Sean Bruno <sbruno@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360241 - head/net-p2p/btsync Message-ID: <201407021828.s62IS4hQ013636@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sbruno (src committer) Date: Wed Jul 2 18:28:04 2014 New Revision: 360241 URL: http://svnweb.freebsd.org/changeset/ports/360241 QAT: https://qat.redports.org/buildarchive/r360241/ Log: Declare ONLY_FOR_ARCHS correctly PR: 191566 Approved by: bdrewery (implicit) Modified: head/net-p2p/btsync/Makefile Modified: head/net-p2p/btsync/Makefile ============================================================================== --- head/net-p2p/btsync/Makefile Wed Jul 2 18:27:01 2014 (r360240) +++ head/net-p2p/btsync/Makefile Wed Jul 2 18:28:04 2014 (r360241) @@ -16,8 +16,8 @@ LICENSE_PERMS= auto-accept NO_WRKSUBDIR= yes NO_BUILD= yes -ONLY_FOR_ARCHES= amd64 i386 -ONLY_FOR_ARCHES_REASON= It is a binary-only program. Source code not available. +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= It is a binary-only program. Source code not available. PLIST_SUB= PORTNAME=${PORTNAME} USER=${USERS} GROUP=${GROUPS} SUB_LIST= PORTNAME=${PORTNAME} USER=${USERS} GROUP=${GROUPS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407021828.s62IS4hQ013636>