summaryrefslogtreecommitdiff
path: root/security/pcsc-tools/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/pcsc-tools/patches/patch-aa')
-rw-r--r--security/pcsc-tools/patches/patch-aa31
1 files changed, 27 insertions, 4 deletions
diff --git a/security/pcsc-tools/patches/patch-aa b/security/pcsc-tools/patches/patch-aa
index 9330ba50021..f33b38abd64 100644
--- a/security/pcsc-tools/patches/patch-aa
+++ b/security/pcsc-tools/patches/patch-aa
@@ -1,10 +1,19 @@
-$NetBSD: patch-aa,v 1.4 2011/05/26 13:32:26 obache Exp $
+$NetBSD: patch-aa,v 1.5 2012/12/15 00:53:26 pettai Exp $
-* honor PKGMANDIR
+honor PKGMANDIR
---- Makefile.orig 2008-09-07 11:51:40.000000000 +0000
+--- Makefile.orig 2012-06-16 10:33:32.000000000 +0000
+++ Makefile
-@@ -33,8 +33,8 @@ install: all
+@@ -18,7 +18,7 @@ LDLIBS := $(PCSC_LDLIBS)
+
+ BIN = pcsc_scan
+ BIN_SCRIPT = ATR_analysis gscriptor scriptor
+-MAN = pcsc_scan.1.gz gscriptor.1p.gz scriptor.1p.gz ATR_analysis.1p.gz
++MAN = pcsc_scan.1 gscriptor.1p scriptor.1p ATR_analysis.1p
+
+ all: $(BIN) $(MAN)
+
+@@ -33,17 +33,17 @@ install: all
install -d $(DESTDIR)/share/pcsc
install -m 644 smartcard_list.txt $(DESTDIR)/share/pcsc
@@ -15,3 +24,17 @@ $NetBSD: patch-aa,v 1.4 2011/05/26 13:32:26 obache Exp $
clean:
rm -f pcsc_scan.o $(BIN) $(MAN)
+
+-%.1.gz: %.1
+- gzip --best $^ --to-stdout > $@
+-
+-%.1p.gz: %.1p
+- gzip --best $^ --to-stdout > $@
++#%.1.gz: %.1
++# gzip --best $^ --to-stdout > $@
++#
++#%.1p.gz: %.1p
++# gzip --best $^ --to-stdout > $@
+
+ .PHONY: clean all install
+