aboutsummaryrefslogtreecommitdiff
path: root/security/pcsc-tools/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/pcsc-tools/files/patch-Makefile')
-rw-r--r--security/pcsc-tools/files/patch-Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/security/pcsc-tools/files/patch-Makefile b/security/pcsc-tools/files/patch-Makefile
new file mode 100644
index 000000000000..d2eb1b9db691
--- /dev/null
+++ b/security/pcsc-tools/files/patch-Makefile
@@ -0,0 +1,21 @@
+--- Makefile.bak 2009-05-14 20:39:23.000000000 +0200
++++ Makefile 2012-01-20 13:44:11.000000000 +0100
+@@ -20,7 +20,7 @@
+ BIN_SCRIPT = ATR_analysis gscriptor scriptor
+ MAN = pcsc_scan.1.gz gscriptor.1p.gz scriptor.1p.gz ATR_analysis.1p.gz
+
+-all: $(BIN) $(MAN)
++all: $(BIN)
+
+ pcsc_scan: pcsc_scan.o
+
+@@ -33,9 +33,6 @@
+ install -d $(DESTDIR)/share/pcsc
+ install -m 644 smartcard_list.txt $(DESTDIR)/share/pcsc
+
+- install -d $(DESTDIR)/share/man/man1/
+- install -m 644 $(MAN) $(DESTDIR)/share/man/man1/
+-
+ clean:
+ rm -f pcsc_scan.o $(BIN) $(MAN)
+