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-keygen-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-keygen-Makefile')
-rw-r--r-- | security/openssh/files/patch-ssh-keygen-Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/security/openssh/files/patch-ssh-keygen-Makefile b/security/openssh/files/patch-ssh-keygen-Makefile deleted file mode 100644 index 1ed89ae0966e..000000000000 --- a/security/openssh/files/patch-ssh-keygen-Makefile +++ /dev/null @@ -1,18 +0,0 @@ ---- ssh-keygen/Makefile.orig Sun Mar 4 01:51:26 2001 -+++ ssh-keygen/Makefile Sat May 26 15:02:25 2001 -@@ -7,12 +7,12 @@ - - BINMODE?=555 - --BINDIR= /usr/bin --MAN= ssh-keygen.1 -+BINDIR= /bin -+MAN1= ssh-keygen.1 - - SRCS= ssh-keygen.c - - .include <bsd.prog.mk> - --LDADD+= -lcrypto -+LDADD+= ${CRYPTOLIBS} - DPADD+= ${LIBCRYPTO} |