From 59507ec68ee5e348a35485d9b95c44a70b2d5448 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 16 May 1999 15:02:22 +0000 Subject: Fix dynamic package list creation so that a second "make install" will work properly. --- security/ssh/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'security') diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 2daef331d31..4c652cc46f5 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 1999/05/15 13:46:58 bouyer Exp $ +# $NetBSD: Makefile,v 1.45 1999/05/16 15:02:22 tron Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # @@ -118,6 +118,10 @@ post-build: -e 's#@PREFIX@#${PREFIX}#g' \ <$${FILE} >${WRKDIR}/`basename $${FILE}`; \ done + @if [ -x ${WRKSRC}/ssh-askpass ]; then \ + ${ECHO} bin/ssh-askpass >>${PLIST_SRC}; \ + ${ECHO} bin/ssh-askpass1 >>${PLIST_SRC}; \ + fi post-install: @${MKDIR} ${PREFIX}/share/examples/ssh @@ -133,7 +137,6 @@ post-install: -f ${SSH_CONF_DIR}/ssh_host_key -N ""; \ fi ${INSTALL_SCRIPT} ${WRKDIR}/sshd.sh ${PREFIX}/etc/rc.d/sshd.sh - @cd ${PREFIX}; find bin -name 'ssh-askpass*' >>${PLIST_SRC} # Include here. It is essential to have all the override # targets precede inclusion of this. -- cgit v1.2.3