summaryrefslogtreecommitdiff
path: root/security/opencdk/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-11-08 19:43:37 +0000
committerwiz <wiz@pkgsrc.org>2007-11-08 19:43:37 +0000
commit32be62aaa36e7a5c2f63cd43a8a9e66027a38a85 (patch)
treeaf5c2f1018509b414de7905c96ba75a56907876f /security/opencdk/Makefile
parente0326a2060fb62a26280b1d24a0b399d16c0dd51 (diff)
downloadpkgsrc-32be62aaa36e7a5c2f63cd43a8a9e66027a38a85.tar.gz
Update to 0.6.5:
Noteworthy changes in version 0.6.5 (2007-10-27) ------------------------------------------------ * Cleanups for the key export and import functionality. * Clarified the semantic of cdk_pk_check_sigs. * Now the by usage keydb function correctly finds the self signature. patch-aa provided by drochner@; sent upstream, will be in next release.
Diffstat (limited to 'security/opencdk/Makefile')
-rw-r--r--security/opencdk/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile
index bba716687b6..adcfd7292f4 100644
--- a/security/opencdk/Makefile
+++ b/security/opencdk/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2007/09/08 09:42:01 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2007/11/08 19:43:37 wiz Exp $
-DISTNAME= opencdk-0.6.4
-PKGREVISION= 1
+DISTNAME= opencdk-0.6.5
CATEGORIES= security devel
MASTER_SITES= http://www.stud.uni-hannover.de/~twoaday/opencdk/ \
http://josefsson.org/gnutls/releases/opencdk/ \
@@ -24,13 +23,12 @@ NOT_FOR_COMPILER= xlc
REPLACE_PERL= doc/gdoc
-DOCDIR= ${PREFIX}/share/doc/opencdk
EGDIR= ${PREFIX}/share/examples/opencdk
HTMLDIR= ${PREFIX}/share/doc/html/opencdk
PKGCONFIG_OVERRIDE= src/opencdk.pc.in
-INSTALLATION_DIRS= ${DOCDIR} ${HTMLDIR} ${EGDIR}
+INSTALLATION_DIRS= ${HTMLDIR} ${EGDIR}
pre-install:
${INSTALL_DATA} ${WRKSRC}/doc/opencdk-api.html ${DESTDIR}${HTMLDIR}