diff options
author | sbruno <sbruno@FreeBSD.org> | 2014-07-03 02:28:04 +0800 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2014-07-03 02:28:04 +0800 |
commit | 0fddb8ddf931fe30e7f52dabcec4e30a72e53c51 (patch) | |
tree | 164c518072fcd1cf2bd6b63bfadb680d8c1f2d68 /net-p2p/btsync | |
parent | 0af005cc83b383c4958835cd62732472348e00af (diff) | |
download | freebsd-ports-gnome-0fddb8ddf931fe30e7f52dabcec4e30a72e53c51.tar.gz freebsd-ports-gnome-0fddb8ddf931fe30e7f52dabcec4e30a72e53c51.tar.zst freebsd-ports-gnome-0fddb8ddf931fe30e7f52dabcec4e30a72e53c51.zip |
Declare ONLY_FOR_ARCHS correctly
PR: 191566
Approved by: bdrewery (implicit)
Diffstat (limited to 'net-p2p/btsync')
-rw-r--r-- | net-p2p/btsync/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/btsync/Makefile b/net-p2p/btsync/Makefile index be9092eee012..62dd4bdd5ef8 100644 --- a/net-p2p/btsync/Makefile +++ b/net-p2p/btsync/Makefile @@ -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} |