svn commit: r347635 - head/security/pkcs11-helper
Martin Wilke
miwi at FreeBSD.org
Sun Mar 9 14:43:31 UTC 2014
Author: miwi
Date: Sun Mar 9 14:43:30 2014
New Revision: 347635
URL: http://svnweb.freebsd.org/changeset/ports/347635
QAT: https://qat.redports.org/buildarchive/r347635/
Log:
- Stage support
Modified:
head/security/pkcs11-helper/Makefile
head/security/pkcs11-helper/pkg-plist
Modified: head/security/pkcs11-helper/Makefile
==============================================================================
--- head/security/pkcs11-helper/Makefile Sun Mar 9 14:43:19 2014 (r347634)
+++ head/security/pkcs11-helper/Makefile Sun Mar 9 14:43:30 2014 (r347635)
@@ -9,6 +9,8 @@ MASTER_SITES= http://www.opensc-project.
MAINTAINER= ale at FreeBSD.org
COMMENT= A helper library for multiple PKCS\#11 providers
+OPTIONS_DEFINE= DOCS
+
LICENSE= BSD GPLv2
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -27,11 +29,8 @@ CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENS
CONFIGURE_ARGS= --disable-crypto-engine-gnutls \
--disable-crypto-engine-nss
-MAN8= pkcs11-helper-1.8
-
PORTDOCS= *
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|' \
${WRKSRC}/configure
Modified: head/security/pkcs11-helper/pkg-plist
==============================================================================
--- head/security/pkcs11-helper/pkg-plist Sun Mar 9 14:43:19 2014 (r347634)
+++ head/security/pkcs11-helper/pkg-plist Sun Mar 9 14:43:30 2014 (r347635)
@@ -13,4 +13,5 @@ lib/libpkcs11-helper.so
lib/libpkcs11-helper.so.1
libdata/pkgconfig/libpkcs11-helper-1.pc
share/aclocal/pkcs11-helper-1.m4
+man/man8/pkcs11-helper-1.8.gz
@dirrm include/pkcs11-helper-1.0
More information about the svn-ports-head
mailing list