Bug 191567 - misc/compat4x
Summary: misc/compat4x
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:45 UTC
Makefile has a typo:

ONLY_FOR_ARCH=  amd64 i386


should be:

ONLY_FOR_ARCHS=  amd64 i386
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-07-02 18:27:32 UTC
A commit references this bug:

Author: sbruno
Date: Wed Jul  2 18:27:01 UTC 2014
New revision: 360240
URL: http://svnweb.freebsd.org/changeset/ports/360240

Log:
  Declare ONLY_FOR_ARCHS correctly

  PR:		191567
  Reviewed by:	bdrewery (implicit)

Changes:
  head/misc/compat4x/Makefile