aboutsummaryrefslogtreecommitdiff
path: root/irc/inspircd
diff options
context:
space:
mode:
Diffstat (limited to 'irc/inspircd')
-rw-r--r--irc/inspircd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile
index f441afdc9be9..6138030af23e 100644
--- a/irc/inspircd/Makefile
+++ b/irc/inspircd/Makefile
@@ -139,7 +139,7 @@ PLIST_SUB+= POSIX="@comment "
pre-configure:
@if [ ${EXTRAS} ]; then \
- cd ${WRKSRC} && ./${CONFIGURE_SCRIPT} --enable-extras=${EXTRAS} ; \
+ cd ${WRKSRC} && ${CONFIGURE_CMD} --enable-extras=${EXTRAS} ; \
fi
post-patch: