diff options
author | joerg <joerg@pkgsrc.org> | 2015-06-07 03:52:26 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-06-07 03:52:26 +0000 |
commit | dfef23fb866aff801743c25743b57b0d7d087ffb (patch) | |
tree | 7432bdff3ee41f2490a10a91dceb1b2279b85ac3 /security | |
parent | e60730e1dc86f7467884e1884c4f503c79e831be (diff) | |
download | pkgsrc-dfef23fb866aff801743c25743b57b0d7d087ffb.tar.gz |
Don't create a directory that is never removed. Bump revision.
Diffstat (limited to 'security')
-rw-r--r-- | security/pkcs11-helper/Makefile | 4 | ||||
-rw-r--r-- | security/pkcs11-helper/PLIST | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile index d1bb1f8f9a8..b495db76936 100644 --- a/security/pkcs11-helper/Makefile +++ b/security/pkcs11-helper/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2014/02/12 23:18:35 tron Exp $ +# $NetBSD: Makefile,v 1.13 2015/06/07 03:52:26 joerg Exp $ DISTNAME= pkcs11-helper-1.10 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= security MASTER_SITES= https://github.com/downloads/alonbl/pkcs11-helper/ EXTRACT_SUFX= .tar.bz2 diff --git a/security/pkcs11-helper/PLIST b/security/pkcs11-helper/PLIST index b3dfe82886d..853b878ba8a 100644 --- a/security/pkcs11-helper/PLIST +++ b/security/pkcs11-helper/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2009/09/15 20:03:47 spz Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/06/07 03:52:26 joerg Exp $ include/pkcs11-helper-1.0/pkcs11.h include/pkcs11-helper-1.0/pkcs11h-certificate.h include/pkcs11-helper-1.0/pkcs11h-core.h @@ -16,4 +16,3 @@ share/doc/pkcs11-helper/COPYING share/doc/pkcs11-helper/COPYING.BSD share/doc/pkcs11-helper/COPYING.GPL share/doc/pkcs11-helper/README -@exec ${MKDIR} %D/share/doc/pkcs11-helper/api |