summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2010-11-28 10:47:40 +0000
committershattered <shattered@pkgsrc.org>2010-11-28 10:47:40 +0000
commite52a792d99fb4f481e08d2ab93033511aae7532f (patch)
tree91a882b87faa3a9f52684e30242c44d81edf4476 /security
parent59f39566e70dc827cb59b9cf84770dbcc782db75 (diff)
downloadpkgsrc-e52a792d99fb4f481e08d2ab93033511aae7532f.tar.gz
Install manpages in man/, not share/man/
Diffstat (limited to 'security')
-rw-r--r--security/pcsc-tools/Makefile5
-rw-r--r--security/pcsc-tools/PLIST10
-rw-r--r--security/pcsc-tools/distinfo3
-rw-r--r--security/pcsc-tools/patches/patch-aa15
4 files changed, 25 insertions, 8 deletions
diff --git a/security/pcsc-tools/Makefile b/security/pcsc-tools/Makefile
index 00cb732d5d5..78269c108b3 100644
--- a/security/pcsc-tools/Makefile
+++ b/security/pcsc-tools/Makefile
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.3 2009/03/16 19:14:08 hasso Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/28 10:47:40 shattered Exp $
#
DISTNAME= pcsc-tools-1.4.15
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
MAINTAINER= shannonjr@NetBSD.org
HOMEPAGE= http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
-COMMENT= Some tools usefull for a PC/SC user.
+COMMENT= Tools useful for a PC/SC user
DEPENDS+= p5-pcsc-perl>=1.4.6:../../security/p5-pcsc
diff --git a/security/pcsc-tools/PLIST b/security/pcsc-tools/PLIST
index 811dcb3482d..a8205e42ec6 100644
--- a/security/pcsc-tools/PLIST
+++ b/security/pcsc-tools/PLIST
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:13:35 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2010/11/28 10:47:40 shattered Exp $
bin/ATR_analysis
bin/gscriptor
bin/pcsc_scan
bin/scriptor
-share/man/man1/ATR_analysis.1p.gz
-share/man/man1/gscriptor.1p.gz
-share/man/man1/pcsc_scan.1.gz
-share/man/man1/scriptor.1p.gz
+man/man1/ATR_analysis.1p.gz
+man/man1/gscriptor.1p.gz
+man/man1/pcsc_scan.1.gz
+man/man1/scriptor.1p.gz
share/pcsc/smartcard_list.txt
diff --git a/security/pcsc-tools/distinfo b/security/pcsc-tools/distinfo
index d5549f7efe9..c6c0a8708e4 100644
--- a/security/pcsc-tools/distinfo
+++ b/security/pcsc-tools/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2009/03/16 19:14:08 hasso Exp $
+$NetBSD: distinfo,v 1.3 2010/11/28 10:47:40 shattered Exp $
SHA1 (pcsc-tools-1.4.15.tar.gz) = cdc37f7763ebeb927487585d4eecd84d8e366421
RMD160 (pcsc-tools-1.4.15.tar.gz) = e5f278a43cf138a6bcdaa1ac478d64fb123bab5b
Size (pcsc-tools-1.4.15.tar.gz) = 64090 bytes
+SHA1 (patch-aa) = c7d4bf02255ed0269c9fa388689801cc8db11be3
diff --git a/security/pcsc-tools/patches/patch-aa b/security/pcsc-tools/patches/patch-aa
new file mode 100644
index 00000000000..2c75be43125
--- /dev/null
+++ b/security/pcsc-tools/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.3 2010/11/28 10:47:40 shattered Exp $
+
+--- Makefile.orig 2008-09-07 11:51:40.000000000 +0000
++++ Makefile
+@@ -33,8 +33,8 @@ install: all
+ 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/
++ install -d $(DESTDIR)/man/man1/
++ install -m 644 $(MAN) $(DESTDIR)/man/man1/
+
+ clean:
+ rm -f pcsc_scan.o $(BIN) $(MAN)