pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/openssh Remove MANDIR variable and just use "...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ce523772358
branches:  trunk
changeset: 497086:1ce523772358
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Jul 20 05:27:14 2005 +0000

description:
Remove MANDIR variable and just use "man" instead.

diffstat:

 security/openssh/Makefile |   7 ++-----
 security/openssh/PLIST    |  28 ++++++++++++++--------------
 2 files changed, 16 insertions(+), 19 deletions(-)

diffs (68 lines):

diff -r 960bb6411323 -r 1ce523772358 security/openssh/Makefile
--- a/security/openssh/Makefile Wed Jul 20 04:50:46 2005 +0000
+++ b/security/openssh/Makefile Wed Jul 20 05:27:14 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.152 2005/07/16 01:19:19 jlam Exp $
+# $NetBSD: Makefile,v 1.153 2005/07/20 05:27:14 reed Exp $
 
 DISTNAME=              openssh-3.9p1
 PKGNAME=               openssh-3.9.1
@@ -58,15 +58,12 @@
 SSH_PID_DIR=           ${VARBASE}/run  # default directory for PID files
 
 PKG_SYSCONFSUBDIR=     ssh
-MANDIR=                        man
-
-PLIST_SUBST+=          MANDIR=${MANDIR}
 
 USE_PKGINSTALL=                yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-mantype=man
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+=       --mandir=${PREFIX}/${MANDIR}
+CONFIGURE_ARGS+=       --mandir=${PREFIX}/man
 CONFIGURE_ARGS+=       --with-pid-dir=${SSH_PID_DIR}
 CONFIGURE_ARGS+=       --with-ssl-dir=${SSLBASE}
 CONFIGURE_ARGS+=       --with-tcp-wrappers=${BUILDLINK_PREFIX.tcp_wrappers}
diff -r 960bb6411323 -r 1ce523772358 security/openssh/PLIST
--- a/security/openssh/PLIST    Wed Jul 20 04:50:46 2005 +0000
+++ b/security/openssh/PLIST    Wed Jul 20 05:27:14 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2005/05/02 20:34:05 reed Exp $
+@comment $NetBSD: PLIST,v 1.10 2005/07/20 05:27:14 reed Exp $
 bin/scp
 bin/sftp
 bin/slogin
@@ -9,19 +9,19 @@
 bin/ssh-keyscan
 libexec/sftp-server
 libexec/ssh-keysign
-${MANDIR}/man1/scp.1
-${MANDIR}/man1/sftp.1
-${MANDIR}/man1/slogin.1
-${MANDIR}/man1/ssh-add.1
-${MANDIR}/man1/ssh-agent.1
-${MANDIR}/man1/ssh-keygen.1
-${MANDIR}/man1/ssh-keyscan.1
-${MANDIR}/man1/ssh.1
-${MANDIR}/man5/ssh_config.5
-${MANDIR}/man5/sshd_config.5
-${MANDIR}/man8/sftp-server.8
-${MANDIR}/man8/ssh-keysign.8
-${MANDIR}/man8/sshd.8
+man1/scp.1
+man1/sftp.1
+man1/slogin.1
+man1/ssh-add.1
+man1/ssh-agent.1
+man1/ssh-keygen.1
+man1/ssh-keyscan.1
+man1/ssh.1
+man5/ssh_config.5
+man5/sshd_config.5
+man8/sftp-server.8
+man8/ssh-keysign.8
+man8/sshd.8
 sbin/sshd
 share/examples/openssh/moduli
 share/examples/openssh/ssh_config



Home | Main Index | Thread Index | Old Index