1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

irc/bitchx: Fix build when PLUGINS is off

This commit is contained in:
Bryan Drewery 2023-09-14 20:44:53 -07:00
parent f00fe30e33
commit 3f30a33b2b

View File

@ -78,7 +78,9 @@ post-patch-TOGGLES-on:
post-stage:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
${STRIP_CMD} ${STAGEDIR}${PREFIX}/share/bx/plugins/*.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/share/bx/wserv
post-stage-PLUGINS-on:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/share/bx/plugins/*.so
.include <bsd.port.mk>