18 lines
650 B
Plaintext
18 lines
650 B
Plaintext
$NetBSD: patch-aa,v 1.2 2014/12/13 14:22:05 mef Exp $
|
|
|
|
--- Makefile.in.orig 2009-04-08 21:35:09.000000000 +0900
|
|
+++ Makefile.in 2014-12-13 23:16:58.000000000 +0900
|
|
@@ -982,12 +982,6 @@ uninstall-man: uninstall-man3 uninstall-
|
|
|
|
|
|
install-data-hook:
|
|
- if test -f $(DESTDIR)$(DEFAULT_CONFIG); then \
|
|
- $(ECHO) "$(DESTDIR)$(DEFAULT_CONFIG) exists, not overwritten"; \
|
|
- else \
|
|
- $(mkinstalldirs) `dirname $(DESTDIR)$(DEFAULT_CONFIG)`; \
|
|
- $(INSTALL_DATA) $(srcdir)/whoson.conf $(DESTDIR)$(DEFAULT_CONFIG); \
|
|
- fi; \
|
|
for f in $(MAN3XTRA); do \
|
|
rm -f $(DESTDIR)$(man3dir)/$$f; \
|
|
$(LN) $(DESTDIR)$(man3dir)/whoson.3 $(DESTDIR)$(man3dir)/$$f; \
|