diff --git a/security/gnupg-pkcs11-scd/Makefile b/security/gnupg-pkcs11-scd/Makefile index 3622ee1b407b..de35a0dbc540 100644 --- a/security/gnupg-pkcs11-scd/Makefile +++ b/security/gnupg-pkcs11-scd/Makefile @@ -1,36 +1,38 @@ PORTNAME= gnupg-pkcs11-scd DISTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://github.com/alonbl/${PORTNAME}/releases/download/${DISTNAME}/ MAINTAINER= mat@FreeBSD.org COMMENT= PKCS\#11 enabled gnupg scd WWW= https://github.com/alonbl/gnupg-pkcs11-scd LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libassuan.so:security/libassuan \ libgcrypt.so:security/libgcrypt \ libgnutls.so:security/gnutls \ libgpg-error.so:security/libgpg-error \ libpkcs11-helper.so:security/pkcs11-helper USES= pkgconfig ssl tar:bz2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --with-libassuan-prefix=${LOCALBASE} \ --with-libgcrypt-prefix=${LOCALBASE} \ --with-libgpg-error-prefix=${LOCALBASE} \ --without-docs \ --without-openssl OPTIONS_DEFINE= EXAMPLES post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/gnupg-pkcs11-scd/gnupg-pkcs11-scd.conf.example \ ${STAGEDIR}${EXAMPLESDIR}/gnupg-pkcs11-scd.conf .include diff --git a/security/gnupg-pkcs11-scd/pkg-plist b/security/gnupg-pkcs11-scd/pkg-plist index bfe4390ad3b9..9c026359366e 100644 --- a/security/gnupg-pkcs11-scd/pkg-plist +++ b/security/gnupg-pkcs11-scd/pkg-plist @@ -1,3 +1,3 @@ bin/gnupg-pkcs11-scd -man/man1/gnupg-pkcs11-scd.1.gz +share/man/man1/gnupg-pkcs11-scd.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnupg-pkcs11-scd.conf