diff options
author | mat <mat@FreeBSD.org> | 2018-09-10 21:15:47 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-09-10 21:15:47 +0800 |
commit | ed6a90e2e9b645590dd7e6e43cd9ed313b094c13 (patch) | |
tree | 3c6875e1915991a70b5d02b799e17418d20b218a /irc | |
parent | 6baece3b7ae06d93445a0e0ecf02e59541a92a95 (diff) | |
download | freebsd-ports-gnome-ed6a90e2e9b645590dd7e6e43cd9ed313b094c13.tar.gz freebsd-ports-gnome-ed6a90e2e9b645590dd7e6e43cd9ed313b094c13.tar.zst freebsd-ports-gnome-ed6a90e2e9b645590dd7e6e43cd9ed313b094c13.zip |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ratbox-respond/Makefile | 2 | ||||
-rw-r--r-- | irc/thales/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/ratbox-respond/Makefile b/irc/ratbox-respond/Makefile index 72535af6c68e..7162d81d313e 100644 --- a/irc/ratbox-respond/Makefile +++ b/irc/ratbox-respond/Makefile @@ -22,7 +22,7 @@ PORTDOCS= challenge.txt PORTEXAMPLES= * PLIST_FILES= bin/ratbox-respond bin/makekeypair -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS EXAMPLES do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin diff --git a/irc/thales/Makefile b/irc/thales/Makefile index 05895ab75cc4..ebca8c5db5db 100644 --- a/irc/thales/Makefile +++ b/irc/thales/Makefile @@ -19,7 +19,7 @@ SHEBANG_FILES= examples/MRTG/thalesinfo.pl USE_MYSQL= yes USE_RC_SUBR= thales -OPTIONS_DEFINE= MODES DOCS +OPTIONS_DEFINE= MODES DOCS EXAMPLES OPTIONS_RADIO= IRCD OPTIONS_RADIO_IRCD= HYBRID IRCDRU UNREAL OPTIONS_DEFAULT=MODES UNREAL |