diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-04-13 10:36:15 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-04-13 10:36:15 +0000 |
commit | 88360e4c12280daf5dd49698f00ce25a9fa75ab3 (patch) | |
tree | 4e9607083456960d04d51c761a85448e0510cb47 /irc | |
parent | c57709330bd95e4d69f7457b25c5d6cb78a61241 (diff) | |
download | ports-88360e4c12280daf5dd49698f00ce25a9fa75ab3.tar.gz ports-88360e4c12280daf5dd49698f00ce25a9fa75ab3.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/inspircd/Makefile | 2 |
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: |