svn commit: r390512 - head/security/openssh-portable
Bryan Drewery
bdrewery at FreeBSD.org
Wed Jun 24 18:38:00 UTC 2015
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}
More information about the svn-ports-all
mailing list