Bug 191566 - net-p2p/btsync
Summary: net-p2p/btsync
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-02 18:21 UTC by Sean Bruno
Modified: 2014-07-02 18:29 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sean Bruno freebsd_committer freebsd_triage 2014-07-02 18:21:18 UTC
Makefile has a typo:

ONLY_FOR_ARCH=  amd64 i386


should be:

ONLY_FOR_ARCHS=  amd64 i386
Comment 1 Sean Bruno freebsd_committer freebsd_triage 2014-07-02 18:22:49 UTC
err ...

Makefile has a typo:

ONLY_FOR_ARCHES=	amd64 i386

should be:

ONLY_FOR_ARCHS=  amd64 i386
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-07-02 18:28:33 UTC
A commit references this bug:

Author: sbruno
Date: Wed Jul  2 18:28:04 UTC 2014
New revision: 360241
URL: http://svnweb.freebsd.org/changeset/ports/360241

Log:
  Declare ONLY_FOR_ARCHS correctly

  PR:		191566
  Approved by:	bdrewery (implicit)

Changes:
  head/net-p2p/btsync/Makefile