diff options
author | Sean Bruno <sbruno@FreeBSD.org> | 2014-07-02 18:28:04 +0000 |
---|---|---|
committer | Sean Bruno <sbruno@FreeBSD.org> | 2014-07-02 18:28:04 +0000 |
commit | 40ee0c9bd0c004537588aabc8d35d06617148d1e (patch) | |
tree | 164c518072fcd1cf2bd6b63bfadb680d8c1f2d68 /net-p2p | |
parent | 8aaf5d48d5ddc159eadabde04bdafcecad91649d (diff) | |
download | ports-40ee0c9bd0c004537588aabc8d35d06617148d1e.tar.gz ports-40ee0c9bd0c004537588aabc8d35d06617148d1e.zip |
Notes
Diffstat (limited to 'net-p2p')
-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} |