15 lines
488 B
Text
15 lines
488 B
Text
$NetBSD: patch-aa,v 1.4 2012/12/30 11:41:15 tron Exp $
|
|
|
|
Don't install the configuration file or an empty database.
|
|
|
|
--- Makefile.in.orig 2008-09-27 00:35:44.000000000 +0100
|
|
+++ Makefile.in 2009-03-15 20:41:49.000000000 +0000
|
|
@@ -126,7 +126,7 @@
|
|
echo " ================================================"; \
|
|
) || ${TRUE}
|
|
|
|
-install: install-daemon-to-bin install-man install-conf install-db
|
|
+install: install-daemon-to-bin install-man
|
|
|
|
depend:
|
|
${MKDEP} ${CPPFLAGS} ${CFLAGS} ${SRC}
|