summaryrefslogtreecommitdiff
path: root/security/openssh/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-02-21 06:26:41 +0000
committerxtraeme <xtraeme>2004-02-21 06:26:41 +0000
commitac337f83d5e58e963418d8b3718d78432a3180bf (patch)
treecac76047c44ac1d93357aa14f3e31e3347652f37 /security/openssh/Makefile
parentb6aef074c0c1363c65de91de5261895cf327c6af (diff)
downloadpkgsrc-ac337f83d5e58e963418d8b3718d78432a3180bf.tar.gz
Force manual pages installation, because some systems like IRIX will
install them like preformatted manual pages (cat). Reported by Georg Schwarz in PR pkg/24428.
Diffstat (limited to 'security/openssh/Makefile')
-rw-r--r--security/openssh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 2b22cea11b3..3fca1de4eac 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.121 2004/02/07 23:58:49 jlam Exp $
+# $NetBSD: Makefile,v 1.122 2004/02/21 06:26:41 xtraeme Exp $
DISTNAME= openssh-3.7.1p2
PKGNAME= openssh-3.7.1.2
@@ -51,6 +51,7 @@ PLIST_SUBST+= RCD_SCRIPTS_EGDIR=${RCD_SCRIPTS_EGDIR}
USE_BUILDLINK2= yes
USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-mantype=man
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --mandir=${PREFIX}/${MANDIR}
CONFIGURE_ARGS+= --with-pid-dir=${SSH_PID_DIR}