aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-06-13 02:56:36 +0800
committeradamw <adamw@FreeBSD.org>2014-06-13 02:56:36 +0800
commit588a195af2c0a682aa8c3b16668bf4c1b6c6ffdb (patch)
tree62f0d1be86d28b1cb488837438a4f5f03e3f8811 /irc
parentc4472832f3f1013d8d3670f50d773379c7e31305 (diff)
downloadfreebsd-ports-gnome-588a195af2c0a682aa8c3b16668bf4c1b6c6ffdb.tar.gz
freebsd-ports-gnome-588a195af2c0a682aa8c3b16668bf4c1b6c6ffdb.tar.zst
freebsd-ports-gnome-588a195af2c0a682aa8c3b16668bf4c1b6c6ffdb.zip
Add missing OPTIONS_SUB.
Diffstat (limited to 'irc')
-rw-r--r--irc/ircII/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile
index 121086864414..21445cbc1063 100644
--- a/irc/ircII/Makefile
+++ b/irc/ircII/Makefile
@@ -19,6 +19,7 @@ USES= tar:bzip2
OPTIONS_DEFINE= IRCBUG
IRCBUG_DESC= Install ircII bug-reporting script
+OPTIONS_SUB= yes
do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} irc ircflush ${STAGEDIR}${PREFIX}/bin)