openbsd-ports/security/integrit/patches/patch-utils_Makefile_in
brad 888c17f9e4 add integrit port;
--
integrit is an alternative to file integrity verification programs
like tripwire and aide. It helps you determine whether an intruder
has modified a computer system.

From: Margarida Sequeira <niness@devilness.org>
2002-11-17 00:15:19 +00:00

15 lines
445 B
Plaintext

$OpenBSD: patch-utils_Makefile_in,v 1.1.1.1 2002/11/17 00:15:19 brad Exp $
--- utils/Makefile.in.orig Sun Sep 15 22:27:21 2002
+++ utils/Makefile.in Sun Sep 15 22:28:27 2002
@@ -29,8 +29,8 @@ RM = @RM@
PROGS = i-viewdb i-ls
LS_OBJ = ls.o
VIEWDB_OBJ = viewdb.o
-SBINDIR = @sbindir@
-BINDIR = @bindir@
+SBINDIR = ${PREFIX}/sbin
+BINDIR = ${PREFIX}/bin
INSTALL = @INSTALL@
CPPFLAGS = -I.. -I$(srcdir)/.. @CPPFLAGS@
CFLAGS = @CFLAGS@