pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openssh Force manual pages installation, beca...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37a6ae3f07c7
branches:  trunk
changeset: 469214:37a6ae3f07c7
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat Feb 21 06:26:41 2004 +0000

description:
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:

 security/openssh/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 77610f7803d8 -r 37a6ae3f07c7 security/openssh/Makefile
--- a/security/openssh/Makefile Sat Feb 21 06:19:12 2004 +0000
+++ b/security/openssh/Makefile Sat Feb 21 06:26:41 2004 +0000
@@ -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 @@
 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}



Home | Main Index | Thread Index | Old Index