summaryrefslogtreecommitdiff
path: root/net/whoson/patches/patch-aa
blob: e40726da838743b4105f1d62b08cfe3ec54de28d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-aa,v 1.1 2006/02/19 23:08:48 wiz Exp $

--- Makefile.in.orig	2003-08-19 07:22:30.000000000 +0000
+++ Makefile.in
@@ -898,11 +898,6 @@ uninstall-man: uninstall-man3 uninstall-
 
 
 install-data-hook:
-	if test -f $(DEFAULT_CONFIG); then \
-		$(ECHO) "$(DEFAULT_CONFIG) exists, not overwritten"; \
-	else \
-		$(INSTALL_DATA) $(srcdir)/whoson.conf $(DEFAULT_CONFIG); \
-	fi; \
 	for f in $(MAN3XTRA); do \
 		rm -f $(DESTDIR)$(man3dir)/$$f; \
 		$(LN) $(DESTDIR)$(man3dir)/whoson.3 $(DESTDIR)$(man3dir)/$$f; \