sysutils/krename: Remove trailing backslash

Approved by:	portmgr (blanket)
This commit is contained in:
Po-Chuan Hsieh 2025-06-13 14:05:27 +08:00
parent 81ec49f124
commit bc9d92a3b1
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -28,6 +28,6 @@ USE_XORG= x11
# Patch sources to force using include files installed by graphics/podofo09 # Patch sources to force using include files installed by graphics/podofo09
post-patch: post-patch:
@${REINPLACE_CMD} -e '/^#include/s|podofo/podofo.h|podofo09/podofo.h|' \ @${REINPLACE_CMD} -e '/^#include/s|podofo/podofo.h|podofo09/podofo.h|' \
${WRKSRC}/src/podofoplugin.cpp \ ${WRKSRC}/src/podofoplugin.cpp
.include <bsd.port.mk> .include <bsd.port.mk>