ports/181667: [patch] fix editors/openoffice-devel/Makefile

Katsuyuki Miyoshi katsu at miyoshi.matsuyama.ehime.jp
Fri Aug 30 03:10:00 UTC 2013


>Number:         181667
>Category:       ports
>Synopsis:       [patch] fix editors/openoffice-devel/Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 30 03:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Katsuyuki Miyoshi
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
Katsuyuki Miyoshi, Ehime, Japan.
>Environment:
System: FreeBSD kmgw.miyoshi.matsuyama.ehime.jp 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r254986: Thu Aug 29 01:05:53 JST 2013 root at kmgw.miyoshi.matsuyama.ehime.jp:/usr/obj/usr/src/sys/KMGW amd64


	
>Description:
	mismatched {}
>How-To-Repeat:
	
>Fix:

Index: /usr/ports/editors/openoffice-devel/Makefile
===================================================================
--- /usr/ports/editors/openoffice-devel/Makefile	(revision 325642)
+++ /usr/ports/editors/openoffice-devel/Makefile	(working copy)
@@ -97,7 +97,7 @@
 		${JAVALIBDIR}/saxon9.jar:${PORTSDIR}/textproc/saxon-devel \
 		${LOCALBASE}/lib/X11/fonts/ChromeOS/Arimo-Bold.ttf:${PORTSDIR}/x11-fonts/croscorefonts-fonts-ttf
 
-.if ${PORT_OPTIONS:MCCACHE) || defined(WITH_CCACHE)
+.if ${PORT_OPTIONS:MCCACHE} || defined(WITH_CCACHE)
 BUILD_DEPENDS+=	ccache:${PORTSDIR}/devel/ccache
 CCACHE_PREFIX=	ccache
 OOOCC=		${CCACHE_PREFIX} ${CC}


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


More information about the freebsd-ports-bugs mailing list