diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-03-20 15:07:26 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-03-20 15:07:26 +0800 |
commit | f499da28b7ea3774eeebc171ec5e6be161c75016 (patch) | |
tree | 017c1d4fbfef7f7b08b3bafb9f8480dd4ed9048a /security/openssh-portable | |
parent | 4a9384029bb5cccc77e6c5d62caf253b6401935c (diff) | |
download | freebsd-ports-gnome-f499da28b7ea3774eeebc171ec5e6be161c75016.tar.gz freebsd-ports-gnome-f499da28b7ea3774eeebc171ec5e6be161c75016.tar.zst freebsd-ports-gnome-f499da28b7ea3774eeebc171ec5e6be161c75016.zip |
Set proper ETCDIR. Mistake in r381709
Diffstat (limited to 'security/openssh-portable')
-rw-r--r-- | security/openssh-portable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |