openbsd-ports/net/ngrep/patches/patch-Makefile_in
wilfried b9d3092930 update to 1.40.1; from new maintainer Jolan Luff <jolan@cryptonomicon.org>
- now respects CFLAGS throughout the whole build
- this version adds tun device support for OpenBSD.
2003-04-17 18:59:49 +00:00

13 lines
331 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1 2003/04/17 18:59:49 wilfried Exp $
--- Makefile.in.orig Mon Dec 31 16:05:21 2001
+++ Makefile.in Wed Apr 2 02:35:44 2003
@@ -20,7 +20,7 @@ TARGET=ngrep
MANPAGE=ngrep.8
INSTALL=./install-sh
-BINDEST=@prefix@/bin
+BINDEST=@prefix@/sbin
MANDEST=@prefix@/man/man8
REGEX_TARGET=@REGEX_TARGET@