summaryrefslogtreecommitdiff
path: root/security/opensc/patches/patch-aa
blob: acbd987a2147485a512427ec5e9633df774dddf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-aa,v 1.2 2010/09/01 15:59:23 drochner Exp $

--- etc/Makefile.in.orig	2010-02-16 09:32:17.000000000 +0000
+++ etc/Makefile.in
@@ -471,12 +471,7 @@ opensc.conf: opensc.conf.in force
 		-e 's|@pkgdatadir[@]|$(pkgdatadir)|g' \
 		-e 's|@DEFAULT_PCSC_PROVIDER[@]|$(DEFAULT_PCSC_PROVIDER)|g' \
 		< $< > $@
-install-exec-hook:	install-sysconfDATA opensc.conf
-	if [ -f "$(DESTDIR)$(sysconfdir)/opensc.conf" ]; then \
-		$(INSTALL_DATA) opensc.conf "$(DESTDIR)$(sysconfdir)/opensc.conf.new"; \
-	else \
-		$(INSTALL_DATA) opensc.conf "$(DESTDIR)$(sysconfdir)/opensc.conf"; \
-	fi
+install-exec-hook:
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.