aboutsummaryrefslogtreecommitdiffstats
path: root/security/gpgme/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-01-06 22:18:02 +0800
committerpav <pav@FreeBSD.org>2004-01-06 22:18:02 +0800
commit524a641616bccc3e90bff5857d42d0e47e153df4 (patch)
treeef15c3b59dca0267646ab1bf1b9eea05d8359c78 /security/gpgme/Makefile
parent49f67ff79ecb4b2844f4ca3e48a7ceb2a5a6961a (diff)
downloadfreebsd-ports-gnome-524a641616bccc3e90bff5857d42d0e47e153df4.tar.gz
freebsd-ports-gnome-524a641616bccc3e90bff5857d42d0e47e153df4.tar.zst
freebsd-ports-gnome-524a641616bccc3e90bff5857d42d0e47e153df4.zip
- Update to 0.3.16
PR: ports/60711 Submitted by: ijliao
Diffstat (limited to 'security/gpgme/Makefile')
-rw-r--r--security/gpgme/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index 2150478d916e..14301755741a 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gpgme
-PORTVERSION= 0.3.15
-PORTREVISION= 1
+PORTVERSION= 0.3.16
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= gpgme
@@ -19,10 +18,11 @@ BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth
USE_LIBTOOL= yes
-CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
USE_GMAKE= yes
INSTALLS_SHLIB= yes
+INFO= gpgme
+
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/bin/gpgsm)
@@ -35,7 +35,4 @@ BUILD_DEPENDS+= gpgsm:${PORTSDIR}/security/newpg
CONFIGURE_ARGS+= --without-gpgsm
.endif
-pre-configure:
- @${RM} -r ${WRKSRC}/doc/gpgme.info*
-
.include <bsd.port.post.mk>