summaryrefslogtreecommitdiff
path: root/comms/efax-gtk/patches/patch-aa
blob: 5c5d456b70875a12742e8a1ad2ecdf91f98992cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-aa,v 1.12 2014/07/19 06:44:05 ryoon Exp $

--- Makefile.in.orig	2014-04-11 10:10:35.000000000 +0000
+++ Makefile.in
@@ -518,7 +518,7 @@ install-sysconfDATA: $(sysconf_DATA)
 	@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
 	if test -n "$$list"; then \
 	  echo " $(MKDIR_P) '$(DESTDIR)$(sysconfdir)'"; \
-	  $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" || exit 1; \
+	  $(MKDIR_P) "$(DESTDIR)$(datadir)/examples" || exit 1; \
 	fi; \
 	for p in $$list; do \
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
@@ -526,7 +526,7 @@ install-sysconfDATA: $(sysconf_DATA)
 	done | $(am__base_list) | \
 	while read files; do \
 	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
-	  $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
+	  $(INSTALL_DATA) $$files "$(DESTDIR)$(datadir)/examples" || exit $$?; \
 	done
 
 uninstall-sysconfDATA: