Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jun 2015 18:38:00 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390512 - head/security/openssh-portable
Message-ID:  <201506241838.t5OIc0qc006188@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Wed Jun 24 18:37:59 2015
New Revision: 390512
URL: https://svnweb.freebsd.org/changeset/ports/390512

Log:
  Allow user overriding ETCDIR

Modified:
  head/security/openssh-portable/Makefile

Modified: head/security/openssh-portable/Makefile
==============================================================================
--- head/security/openssh-portable/Makefile	Wed Jun 24 18:34:56 2015	(r390511)
+++ head/security/openssh-portable/Makefile	Wed Jun 24 18:37:59 2015	(r390512)
@@ -79,6 +79,8 @@ TCP_WRAPPERS_CONFIGURE_WITH=	tcp-wrapper
 LIBEDIT_CONFIGURE_WITH=	libedit
 BSM_CONFIGURE_ON=	--with-audit=bsm
 
+ETCDIR?=		${PREFIX}/etc/ssh
+
 .include <bsd.port.pre.mk>
 
 PATCH_SITES+=		http://mirror.shatow.net/freebsd/${PORTNAME}/:DEFAULT,x509,hpn,gsskex
@@ -177,7 +179,6 @@ IGNORE=	Overwrite base option is no long
 .endif
 
 USE_RC_SUBR=		openssh
-ETCDIR=			${PREFIX}/etc/ssh
 
 # After all
 CONFIGURE_ARGS+=	--sysconfdir=${ETCDIR} --with-privsep-path=${EMPTYDIR}



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