$NetBSD: patch-aa,v 1.3 2012/11/30 14:44:34 gdt Exp $

Disable installation of config file, because pkgsrc installs config
files as examples.

--- etc/Makefile.in.orig	2011-07-15 10:47:01.000000000 +0000
+++ etc/Makefile.in
@@ -466,12 +466,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.
