28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
$NetBSD: patch-bd,v 1.4 2004/10/30 11:54:12 recht Exp $
|
|
|
|
--- Makefile.in.orig Thu Sep 23 19:12:52 2004
|
|
+++ Makefile.in Fri Oct 29 20:22:53 2004
|
|
@@ -252,14 +252,14 @@
|
|
do \
|
|
$(INSTALL) -m 644 docs/SP_$$page.3.out $(DESTDIR)$(mandir)/$(mansubdir)3/SP_$$page.3; \
|
|
done
|
|
- if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
|
|
- $(buildtoolsdir)/mkinstalldirs $(DESTDIR)$(sysconfdir); \
|
|
- fi
|
|
- if [ ! -f $(DESTDIR)$(sysconfdir)/spread.conf ]; then \
|
|
- $(INSTALL) -m 644 $(srcdir)/sample.spread.conf $(DESTDIR)$(sysconfdir)/spread.conf; \
|
|
- else \
|
|
- echo "$(DESTDIR)$(sysconfdir)/spread.conf already exists, install will not overwrite"; \
|
|
- fi
|
|
+# if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
|
|
+# $(buildtoolsdir)/mkinstalldirs $(DESTDIR)$(sysconfdir); \
|
|
+# fi
|
|
+# if [ ! -f $(DESTDIR)$(sysconfdir)/spread.conf ]; then \
|
|
+# $(INSTALL) -m 644 $(srcdir)/sample.spread.conf $(DESTDIR)$(sysconfdir)/spread.conf; \
|
|
+# else \
|
|
+# echo "$(DESTDIR)$(sysconfdir)/spread.conf already exists, install will not overwrite"; \
|
|
+# fi
|
|
|
|
uninstallall: uninstall
|
|
-rm -f $(DESTDIR)$(sysconfdir)/spread.conf
|