From d8a167ff92cc9cdfdd3095ed7a148d9dbfd1e85a Mon Sep 17 00:00:00 2001 From: danfe Date: Tue, 26 Apr 2005 05:57:26 +0000 Subject: - Put period at the end of sentence - Explain a case of assignment logic for future reference Make magic lessons by: fjoe --- irc/thales/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/irc/thales/Makefile b/irc/thales/Makefile index 74c5913becb..a990e5dd102 100644 --- a/irc/thales/Makefile +++ b/irc/thales/Makefile @@ -20,7 +20,7 @@ USE_MYSQL= yes USE_REINPLACE= yes # Currently, not all supported IRCDs are handled here, only the ones -# I could find corresponding RUN_DEPENDS in our Ports Collection +# I could find corresponding RUN_DEPENDS in our Ports Collection. .if defined(WITH_IRCD) && ${WITH_IRCD} == hybrid RUN_DEPENDS= ${LOCALBASE}/bin/ircd:${PORTSDIR}/irc/ircd-hybrid IS_INTERACTIVE= yes @@ -32,6 +32,8 @@ WITH_IRCD= unreal RUN_DEPENDS= ${LOCALBASE}/Unreal/ircd:${PORTSDIR}/irc/unreal .endif +# ``Assign with expansion'' is needed here, otherwise we cannot override +# WITH_IRCD value supplied as make(1) argument (which can be bogus). CONFIGURE_ARGS:= --with-ircd=${WITH_IRCD} .if defined(WITHOUT_MODES) -- cgit