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:
parent
f00fe30e33
commit
3f30a33b2b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user