summaryrefslogtreecommitdiff
path: root/irc/thales
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2005-04-26 05:57:26 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2005-04-26 05:57:26 +0000
commit619fceb2801230bdac39f16c85554307b777b648 (patch)
tree570d39addde37f0cfb5acf7a5ce4ca284856c4e6 /irc/thales
parentAdd thales 1.0, GNU Thales -- An IRC to MySQL gateway. (diff)
- Put period at the end of sentence
- Explain a case of assignment logic for future reference Make magic lessons by: fjoe
Notes
Notes: svn path=/head/; revision=134176
Diffstat (limited to 'irc/thales')
-rw-r--r--irc/thales/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/thales/Makefile b/irc/thales/Makefile
index 74c5913becb9..a990e5dd1023 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)