diff options
Diffstat (limited to 'security/openssh-portable/Makefile')
-rw-r--r-- | security/openssh-portable/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 472fc89..34b9e03 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -36,6 +36,12 @@ CONFIGURE_ARGS+= --with-pam CONFIGURE_ARGS+= --with-tcp-wrappers .endif +.if defined(OPENSSH_OVERWRITE_BASE) +PREFIX= /usr +CONFIGURE_ARGS+= --mandir=${PREFIX}/share/man \ + --sysconfdir=/etc/ssh --localstatedir=/var \ +.endif + .if defined(BATCH) EXTRA_PATCHES+= ${FILESDIR}/batch.patch .endif |