diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-06 14:18:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-06 14:18:02 +0000 |
commit | 95bbb07bc312b3c889936eea642ea5a639256392 (patch) | |
tree | d70a107957049d0dbb10289828cc46ad85596561 /security/gpgme/Makefile | |
parent | bfbea251722ea9354d67d98b9228e4459400d73c (diff) |
Notes
Diffstat (limited to 'security/gpgme/Makefile')
-rw-r--r-- | security/gpgme/Makefile | 9 |
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> |