openbsd-ports/security/logsurfer/patches/patch-Makefile.in

33 lines
764 B
Plaintext
Raw Normal View History

2000-03-20 17:42:57 -05:00
--- Makefile.in.orig Mon Nov 22 13:01:52 1999
+++ Makefile.in Mon Mar 20 23:41:17 2000
@@ -8,12 +8,12 @@
# Where is the default configuration file
#
-etcdir = @etcdir@
+etcdir = /etc
DEF_CONFFILE = $(etcdir)/logsurfer.conf
# Where should we dump or status (default location)
#
2000-03-20 17:42:57 -05:00
-DEF_DUMPFILE = /dev/null
+DEF_DUMPFILE = /var/run/logsurfer.dump
#
# You can define CPPFLAGS on the command line. Aside from system-specific
2000-03-20 17:42:57 -05:00
@@ -44,11 +44,11 @@
LIBS = @LIBS@
# Where to install the logsurfer executable
2000-03-20 17:42:57 -05:00
-prefix = @prefix@
+prefix = $(PREFIX)
exec_prefix = @exec_prefix@
-bindir = @bindir@
2000-03-20 17:42:57 -05:00
+bindir = $(PREFIX)/sbin
# Where to install manual pages
2000-03-20 17:42:57 -05:00
-mandir = @mandir@
+mandir = $(PREFIX)/man
2000-03-20 17:42:57 -05:00
# Use cp if you don't have install.
INSTALL = @INSTALL@