diff options
author | tv <tv> | 1998-06-12 20:41:54 +0000 |
---|---|---|
committer | tv <tv> | 1998-06-12 20:41:54 +0000 |
commit | 13a54c942627c1651eb32836c4aaff844a7d6f43 (patch) | |
tree | 4564497d295733f7446e70c852c5b0faa731493b /security | |
parent | 0477b5d6b5ad75b95927a96b955ee75361973b73 (diff) | |
download | pkgsrc-13a54c942627c1651eb32836c4aaff844a7d6f43.tar.gz |
Makefile was missing new `-f'.
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 91cd417152a..257734e00e2 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 1998/06/12 20:39:25 tv Exp $ +# $NetBSD: Makefile,v 1.25 1998/06/12 20:41:54 tv Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # @@ -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} \ - ${MAKEFILE} install_prefix=${WRKDIR} install-configs) + -f ${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} |