pkgsrc/security/fressh/patches/patch-aa
agc 488a5a895f Initial import of fressh 0.8 into the NetBSD Packages Collection.
FreSSH is a free implementation of the SSH communication protocol.
It is compact, modular, portable, and designed for security and
performance.  It is a completely new implementation.  Unlike various
other SSH implementations already available for Unix, it does not
trace its ancestry to the original SSH code written by Tatu Ylonen.
FreSSH currently implements SSH protocol version 1.5, with extensions
which offer enhanced security when both sides of a connection are
running FreSSH.
2001-02-12 16:15:14 +00:00

15 lines
405 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2001/02/12 16:15:14 agc Exp $
Get rid of hard-coded PREFIX definition - it gets passed through the environment
in pkgsrc.
--- Makefile 2001/02/12 15:48:04 1.1
+++ Makefile 2001/02/12 15:48:21
@@ -44,7 +44,6 @@
INSTALL=install
INSTALL_FLAGS=-c -r -m 755 -o bin -g bin
-PREFIX=/usr/local
FRE=fre
HDRS = options.h ssh_buffer.h ssh_channel.h ssh_client.h ssh_defines.h \