diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2008-03-05 04:25:42 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2008-03-05 04:25:42 +0000 |
commit | 55eb3e28b1d7e0e1ba4f07d2b4c86fea60ab0178 (patch) | |
tree | 8bd82f85ae80fb577b1f532db744d49c4dfa8560 /security/openssh/files/patch-ssh-keyscan-Makefile | |
parent | Upgrade to 20080302 (diff) |
- expire port: Long out of date with multiple security issues.
(Don't worry, openssh-portable is still there.)
Notes
Notes:
svn path=/head/; revision=208455
Diffstat (limited to 'security/openssh/files/patch-ssh-keyscan-Makefile')
-rw-r--r-- | security/openssh/files/patch-ssh-keyscan-Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/security/openssh/files/patch-ssh-keyscan-Makefile b/security/openssh/files/patch-ssh-keyscan-Makefile deleted file mode 100644 index 5a4f3d6388e8..000000000000 --- a/security/openssh/files/patch-ssh-keyscan-Makefile +++ /dev/null @@ -1,19 +0,0 @@ ---- ssh-keyscan/Makefile.orig Mon Aug 6 01:18:20 2001 -+++ ssh-keyscan/Makefile Sun Mar 17 14:58:13 2002 -@@ -7,12 +7,13 @@ - - BINMODE?=555 - --BINDIR= /usr/bin --MAN= ssh-keyscan.1 -+BINDIR= /bin -+MAN1= ssh-keyscan.1 - - SRCS= ssh-keyscan.c - - .include <bsd.prog.mk> -+.include "Makefile.inc" - --LDADD+= -lcrypto -lz -+LDADD+= ${CRYPTOLIBS} -lutil -lz - DPADD+= ${LIBCRYPTO} ${LIBZ} |