misc/177187: deskutils/horde-kronolith: [PATCH] fix $PORT_OPTIONS typo

John Marino draco at marino.st
Thu Mar 21 11:30:01 UTC 2013


>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:


More information about the freebsd-bugs mailing list