svn commit: r360241 - head/net-p2p/btsync

Sean Bruno sbruno at FreeBSD.org
Wed Jul 2 18:28:05 UTC 2014


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}


More information about the svn-ports-all mailing list