1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Fix syntax error

Spotted by:	bmake exp-run
This commit is contained in:
Baptiste Daroussin 2013-05-03 08:13:43 +00:00
parent b9c7981a58
commit 44a150712c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317179

View File

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