svn commit: r317179 - head/japanese/kinput2
Baptiste Daroussin
bapt at FreeBSD.org
Fri May 3 08:13:44 UTC 2013
Author: bapt
Date: Fri May 3 08:13:43 2013
New Revision: 317179
URL: http://svnweb.freebsd.org/changeset/ports/317179
Log:
Fix syntax error
Spotted by: bmake exp-run
Modified:
head/japanese/kinput2/Makefile
Modified: head/japanese/kinput2/Makefile
==============================================================================
--- head/japanese/kinput2/Makefile Fri May 3 08:10:57 2013 (r317178)
+++ head/japanese/kinput2/Makefile Fri May 3 08:13:43 2013 (r317179)
@@ -76,9 +76,9 @@ PLIST.WNN= lib/X11/ccdef/ccdef.kinput2
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MFREEWNN) || \
- ${PORT_OPTIONS:MWNN6) || \
- ${PORT_OPTIONS:MWNN7)
+.if ${PORT_OPTIONS:MFREEWNN} || \
+ ${PORT_OPTIONS:MWNN6} || \
+ ${PORT_OPTIONS:MWNN7}
PLIST_ALL+= ${PLIST.WNN}
.endif
More information about the svn-ports-all
mailing list