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:
parent
b9c7981a58
commit
44a150712c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317179
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user