From f499da28b7ea3774eeebc171ec5e6be161c75016 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Fri, 20 Mar 2015 07:07:26 +0000 Subject: Set proper ETCDIR. Mistake in r381709 --- security/openssh-portable/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/openssh-portable') diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index f917cf122390..d593cbafe89e 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -191,7 +191,7 @@ IGNORE= Overwrite base option is no longer supported. .endif USE_RC_SUBR= openssh -PLIST_SUB+= BASEPREFIX="${PREFIX}" +ETCDIR= ${PREFIX}/etc/ssh # After all CONFIGURE_ARGS+= --sysconfdir=${ETCDIR} --with-privsep-path=${EMPTYDIR} -- cgit