mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
19 lines
318 B
Plaintext
19 lines
318 B
Plaintext
--- ssh-agent/Makefile.orig Sun Mar 4 01:51:25 2001
|
|
+++ ssh-agent/Makefile Sat May 26 14:58:48 2001
|
|
@@ -7,12 +7,12 @@
|
|
|
|
BINMODE?=555
|
|
|
|
-BINDIR= /usr/bin
|
|
-MAN= ssh-agent.1
|
|
+BINDIR= /bin
|
|
+MAN1= ssh-agent.1
|
|
|
|
SRCS= ssh-agent.c
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
-LDADD+= -lcrypto
|
|
+LDADD+= ${CRYPTOLIBS}
|
|
DPADD+= ${LIBCRYPTO}
|