svn commit: r308926 - head/x11-wm/fluxbox
Beat Gaetzi
beat at FreeBSD.org
Fri Dec 14 21:48:52 UTC 2012
Author: beat
Date: Fri Dec 14 20:49:18 2012
New Revision: 308926
URL: http://svnweb.freebsd.org/changeset/ports/308926
Log:
- Fix a typo which breaks building with bmake
PR: ports/174330
Submitted by: John Marino <draco at marino.st>
Modified:
head/x11-wm/fluxbox/Makefile
Modified: head/x11-wm/fluxbox/Makefile
==============================================================================
--- head/x11-wm/fluxbox/Makefile Fri Dec 14 20:31:19 2012 (r308925)
+++ head/x11-wm/fluxbox/Makefile Fri Dec 14 20:49:18 2012 (r308926)
@@ -124,7 +124,7 @@ post-patch:
${WRKSRC}/util/fluxbox-generate_menu.in
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/util/fbsetbg
-.if empty(PORT_OPTIONS:MNLS}
+.if empty(PORT_OPTIONS:MNLS)
@${REINPLACE_CMD} -e 's|HAVE_ICONV=yes|HAVE_ICONV=no|g' \
${WRKSRC}/configure
.endif
More information about the svn-ports-head
mailing list