Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jul 2020 09:09:37 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541090 - head/news/fidogate
Message-ID:  <202007030909.06399c1s032752@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Fri Jul  3 09:09:37 2020
New Revision: 541090
URL: https://svnweb.freebsd.org/changeset/ports/541090

Log:
  - Unbreak configuring as unprivileged user
  - Start option descriptions with capital letter
  
  PR:		243983
  Submitted by:	maintainer

Modified:
  head/news/fidogate/Makefile

Modified: head/news/fidogate/Makefile
==============================================================================
--- head/news/fidogate/Makefile	Fri Jul  3 09:06:50 2020	(r541089)
+++ head/news/fidogate/Makefile	Fri Jul  3 09:09:37 2020	(r541090)
@@ -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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007030909.06399c1s032752>