diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-07-03 09:09:37 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-07-03 09:09:37 +0000 |
commit | b6278e14a71cda9c617ad948b058a5df581f5238 (patch) | |
tree | 34ffdb72b83f5c095d123b0a3c4d08f87f64c934 /news/fidogate | |
parent | 5ac28bf4b850974e940cb08bc1c6d94a7f59b846 (diff) | |
download | freebsd-ports-b6278e14a71cda9c617ad948b058a5df581f5238.zip |
- Unbreak configuring as unprivileged user
- Start option descriptions with capital letter
PR: 243983
Submitted by: maintainer
Diffstat (limited to 'news/fidogate')
-rw-r--r-- | news/fidogate/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/news/fidogate/Makefile b/news/fidogate/Makefile index d0dd0b513f07..be9176b7ad66 100644 --- a/news/fidogate/Makefile +++ b/news/fidogate/Makefile @@ -55,6 +55,7 @@ OPTIONS_DEFAULT= INN DESCDIR FMSGID AVAIL BEST_AKA NO_OPTIONS_SORT=yes INN_BUILD_DEPENDS= ${PREFIX}/news/bin/innconfval:news/inn +INN_CONFIGURE_ON= --with-inndir=${PREFIX}/news INN_CONFIGURE_OFF= --without-news DESCDIR_CONFIGURE_OFF= --disable-desc-dir ALIASES_CONFIGURE_ON= --enable-aliases-local @@ -65,13 +66,13 @@ AVAIL_CONFIGURE_OFF= --disable-af-avail BEST_AKA_CONFIGURE_ON= --enable-best-aka INN_DESC= INN news server support -DESCDIR_DESC= put file descriptions into files.bbs -ALIASES_DESC= rewrite addresses found in ALIASES -DBC_DESC= use msgid correspond data base -DNT_NETMAIL_DESC= do not toss netmail -FMSGID_DESC= set gate msgid into outgoing messages -AVAIL_DESC= change behaviour of areafix command "%list" and "%avail" -BEST_AKA_DESC= best AKA select +DESCDIR_DESC= Put file descriptions into files.bbs +ALIASES_DESC= Rewrite addresses found in ALIASES +DBC_DESC= Use msgid correspond data base +DNT_NETMAIL_DESC= Do not toss netmail +FMSGID_DESC= Set gate msgid into outgoing messages +AVAIL_DESC= Change behavior of "%list" and "%avail" commands +BEST_AKA_DESC= Best AKA select post-install: ${MKDIR} ${STAGEDIR}${LOGDIR} |