Bug 201878

Summary: audio/jokosher: Bugged makefile.
Product: Ports & Packages Reporter: Gleb Popov <arrowd>
Component: Individual Port(s)Assignee: Alex Kozlov <ak>
Status: Closed FIXED    
Severity: Affects Only Me CC: ak
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Gleb Popov freebsd_committer freebsd_triage 2015-07-25 20:20:44 UTC
I've been writing my own Makefile parser for fun and it choked on audio/jokosher Makefile:

$ make -C /usr/ports/audio/jokosher config

<select PROFILES option>

make: "/usr/ports/audio/jokosher/Makefile" line 36: Unassociated shell command "|| ${HAVE_GNOME:Mpygnome2}!="""
make: Fatal errors encountered -- cannot continue

Adding \ to the end of line 35 fixes it.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-07-29 14:34:33 UTC
A commit references this bug:

Author: ak
Date: Wed Jul 29 14:34:12 UTC 2015
New revision: 393160
URL: https://svnweb.freebsd.org/changeset/ports/393160

Log:
  - Fix Makefile in case if PROFILES option is selected

  PR:	201878
  Submitted by:	6yearold@gmail.com

Changes:
  head/audio/jokosher/Makefile