mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
395 B
Plaintext
14 lines
395 B
Plaintext
$NetBSD: patch-aa,v 1.3 2000/08/02 17:29:05 cjones Exp $
|
|
--- Makefile.in.orig Tue Aug 1 16:52:27 2000
|
|
+++ Makefile.in Tue Aug 1 16:55:03 2000
|
|
@@ -13,7 +13,8 @@
|
|
|
|
# Where should we dump or status (default location)
|
|
#
|
|
-DEF_DUMPFILE = /dev/null
|
|
+vardir = @localstatedir@
|
|
+DEF_DUMPFILE = $(vardir)/logsurfer.dump
|
|
|
|
#
|
|
# You can define CPPFLAGS on the command line. Aside from system-specific
|