c512ae8ac9
ports-based OpenSSH. OpenSSH has been in the base system for more than long enough to justify not having to maintain two separate FreeBSD versions of OpenSSH.
14 lines
197 B
Plaintext
14 lines
197 B
Plaintext
--- scp/Makefile.orig Thu Jun 29 14:35:46 2000
|
|
+++ scp/Makefile Sat Nov 4 16:44:18 2000
|
|
@@ -5,8 +5,8 @@
|
|
|
|
BINMODE?=555
|
|
|
|
-BINDIR= /usr/bin
|
|
-MAN= scp.1
|
|
+BINDIR= /bin
|
|
+MAN1= scp.1
|
|
|
|
SRCS= scp.c
|
|
|