Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2013 11:29:23 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/177187: deskutils/horde-kronolith: [PATCH] fix $PORT_OPTIONS typo
Message-ID:  <201303211129.r2LBTN3I087016@red.freebsd.org>
Resent-Message-ID: <201303211130.r2LBU0GR058210@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177187
>Category:       misc
>Synopsis:       deskutils/horde-kronolith: [PATCH] fix $PORT_OPTIONS typo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 21 11:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
There is a typo in the Makefile that bmake will not tolerate.
Patch to fix it attached.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2013-02-12 17:38:58.000000000 +0000
+++ Makefile
@@ -64,7 +64,7 @@ USE_HORDE_RUN=	Horde_Role \
 RUN_DEPENDS+=	${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
 .endif
 
-.if ${PORT_OPTIONS:MTIMEOBJECTS
+.if ${PORT_OPTIONS:MTIMEOBJECTS}
 USE_HORDE_RUN+=	timeobjects
 .endif
 


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303211129.r2LBTN3I087016>