aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2023-09-15 03:44:53 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2023-09-15 03:45:19 +0000
commit3f30a33b2ba60d673916343db7c6afae29d0e6c7 (patch)
tree59060fd925e768b0db22788d066304cf1538a168 /irc
parentf00fe30e33ff2490e7e985067cc28f8eaeb24550 (diff)
downloadports-3f30a33b2ba60d673916343db7c6afae29d0e6c7.tar.gz
ports-3f30a33b2ba60d673916343db7c6afae29d0e6c7.zip
irc/bitchx: Fix build when PLUGINS is off
Diffstat (limited to 'irc')
-rw-r--r--irc/bitchx/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile
index ce71b9320344..650f3eb95375 100644
--- a/irc/bitchx/Makefile
+++ b/irc/bitchx/Makefile
@@ -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>