summaryrefslogtreecommitdiff
path: root/security/ssh/Makefile
diff options
context:
space:
mode:
authortv <tv>1998-06-12 20:39:25 +0000
committertv <tv>1998-06-12 20:39:25 +0000
commit72c4b2ba7e54e63cf1754caafcaa2335691d790c (patch)
tree7f073e2b9a138113f95f7c206b322522caf11e2c /security/ssh/Makefile
parente32aa247b29c5829d01b4d4ec635cf6443eaf824 (diff)
downloadpkgsrc-72c4b2ba7e54e63cf1754caafcaa2335691d790c.tar.gz
Update to 1.2.25 (pr #5581 from Erik Fair) with minor PLIST nits:
ssh-askpass{,1} is not in /usr/pkg/bin, and slogin need not use @exec/@unexec (account for symlink in a package tarfile).
Diffstat (limited to 'security/ssh/Makefile')
-rw-r--r--security/ssh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 2e135d550cf..91cd417152a 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 1998/06/11 16:17:36 agc Exp $
+# $NetBSD: Makefile,v 1.24 1998/06/12 20:39:25 tv Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
-DISTNAME= ssh-1.2.23
+DISTNAME= ssh-1.2.25
CATEGORIES= security net
MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ \
ftp://ftp.funet.fi/pub/unix/security/login/ssh/
@@ -116,7 +116,7 @@ post-install:
@${MKDIR} ${PREFIX}/share/examples/ssh
@${MKDIR} ${WRKDIR}${SSH_CONF_DIR}
(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} \
- -f ${MAKEFILE} install_prefix=${WRKDIR} install-configs)
+ ${MAKEFILE} install_prefix=${WRKDIR} install-configs)
${INSTALL_DATA} ${WRKDIR}${SSH_CONF_DIR}/ssh_config \
${WRKDIR}${SSH_CONF_DIR}/sshd_config ${PREFIX}/share/examples/ssh
@${RM} -rf ${WRKDIR}${SSH_CONF_DIR}