mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
sysutils/synergy: Remove unnecessary double quotation
PR: 271200
(cherry picked from commit 5526e99ac5
)
This commit is contained in:
parent
54e58e1299
commit
d08c521923
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ LEGACY_USE= QT=gui
|
|||
post-patch:
|
||||
# Hardcoded path needs to be replaced with
|
||||
# --with-xkb-base defined in x11/keyboard-config
|
||||
@${REINPLACE_CMD} -e 's|/usr/share/X11/xkb|${PREFIX}/share/X11/xkb"|' \
|
||||
@${REINPLACE_CMD} -e 's|/usr/share/X11/xkb|${PREFIX}/share/X11/xkb|' \
|
||||
${WRKSRC}/src/lib/synergy/unix/AppUtilUnix.cpp
|
||||
@${REINPLACE_CMD} -e 's|return "/etc"|return "${PREFIX}/etc"|' \
|
||||
${WRKSRC}/src/lib/arch/unix/ArchFileUnix.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue