diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-01-05 01:18:35 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-01-05 01:18:35 +0800 |
commit | b796b54d8e9c04c7efdf5bbf49f884a9efbbb8b0 (patch) | |
tree | efed83e15725b9ac45555d70ca8943885dd1a956 /security | |
parent | 6d592fb71c9da6ef2afe179fd383abe4f1d29b48 (diff) | |
download | freebsd-ports-gnome-b796b54d8e9c04c7efdf5bbf49f884a9efbbb8b0.tar.gz freebsd-ports-gnome-b796b54d8e9c04c7efdf5bbf49f884a9efbbb8b0.tar.zst freebsd-ports-gnome-b796b54d8e9c04c7efdf5bbf49f884a9efbbb8b0.zip |
Fix MANPREFIX, so manpages are compressed
Diffstat (limited to 'security')
-rw-r--r-- | security/hpn-ssh/Makefile | 3 | ||||
-rw-r--r-- | security/openssh-portable/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile index 439526cfbfe4..2e92eb8fa349 100644 --- a/security/hpn-ssh/Makefile +++ b/security/hpn-ssh/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 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 |