diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-01-05 01:18:35 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-01-05 01:18:35 +0800 |
commit | b4160c38515be2149b714f743f609dcbcd46d2e8 (patch) | |
tree | 3c379dedf2f5a45ced9ca58b3983bbeae198914a /security/openssh-portable | |
parent | d7deed34fc20cbdc6e24e92babeff81e1d2247a3 (diff) | |
download | freebsd-ports-gnome-b4160c38515be2149b714f743f609dcbcd46d2e8.tar.gz freebsd-ports-gnome-b4160c38515be2149b714f743f609dcbcd46d2e8.tar.zst freebsd-ports-gnome-b4160c38515be2149b714f743f609dcbcd46d2e8.zip |
Fix MANPREFIX, so manpages are compressed
Diffstat (limited to 'security/openssh-portable')
-rw-r--r-- | security/openssh-portable/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 439526cfbfe4..2e92eb8fa349 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -38,7 +38,8 @@ CONFIGURE_ARGS+= --with-tcp-wrappers .if defined(OPENSSH_OVERWRITE_BASE) PREFIX= /usr -CONFIGURE_ARGS+= --mandir=${PREFIX}/share/man \ +MANPREFIX= ${PREFIX}/share +CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man \ --sysconfdir=/etc/ssh --localstatedir=/var .endif |