summaryrefslogtreecommitdiff
path: root/misc/pinfo/patches/patch-ad
blob: f68e3022d0df04a89ed73043e184a512a795167e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-ad,v 1.1 2003/08/03 01:01:33 seb Exp $

--- src/Makefile.am.orig	2000-07-06 10:00:19.000000000 +0000
+++ src/Makefile.am
@@ -88,15 +88,5 @@ else 
 sigblock.o: $(pinfo_SIGBLOCK)
 endif 
 
-install-data-local:
-	if [ ! -f $(DESTDIR)$(sysconfdir)/pinforc ] ; then \
-		if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
-		   $(INSTALL) -d $(DESTDIR)$(sysconfdir); \
-		fi; \
-		$(INSTALL) -m 644 $(srcdir)/pinforc $(DESTDIR)$(sysconfdir) ; \
-	else \
-		echo "WARNING! Old pinforc detected. I'm not installing the new file"; \
-        fi
-
 EXTRA_DIST = $(pinfo_READLINE) $(pinfo_SNPRINTF) $(pinfo_SIGBLOCK)