aboutsummaryrefslogtreecommitdiff
path: root/security/gpgme03/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-20 05:33:01 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-20 05:33:01 +0000
commit1aae81b56b3298bc1ddf16a6bceeba5317b35bf4 (patch)
tree787c4d82f9379263afe8d4625b3f137ff7ae547f /security/gpgme03/Makefile
parent2a9f7d7272917c8642be04db40610d46ec20518f (diff)
downloadports-1aae81b56b3298bc1ddf16a6bceeba5317b35bf4.tar.gz
ports-1aae81b56b3298bc1ddf16a6bceeba5317b35bf4.zip
Notes
Diffstat (limited to 'security/gpgme03/Makefile')
-rw-r--r--security/gpgme03/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile
index 2ff4262ae215..8cb8669a3276 100644
--- a/security/gpgme03/Makefile
+++ b/security/gpgme03/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gpgme
-PORTVERSION= 0.3.6
+PORTVERSION= 0.3.9
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/
@@ -14,8 +14,12 @@ MAINTAINER= teramoto@comm.eng.osaka-u.ac.jp
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
-GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
USE_GMAKE= yes
INSTALLS_SHLIB= yes
+pre-configure:
+ @${RM} -r ${WRKSRC}/doc/gpgme.info*
+
.include <bsd.port.mk>