aboutsummaryrefslogtreecommitdiff
path: root/security/gpgme03/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-06 14:18:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-06 14:18:02 +0000
commit95bbb07bc312b3c889936eea642ea5a639256392 (patch)
treed70a107957049d0dbb10289828cc46ad85596561 /security/gpgme03/Makefile
parentbfbea251722ea9354d67d98b9228e4459400d73c (diff)
downloadports-95bbb07bc312b3c889936eea642ea5a639256392.tar.gz
ports-95bbb07bc312b3c889936eea642ea5a639256392.zip
Notes
Diffstat (limited to 'security/gpgme03/Makefile')
-rw-r--r--security/gpgme03/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile
index 2150478d916e..14301755741a 100644
--- a/security/gpgme03/Makefile
+++ b/security/gpgme03/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>