aboutsummaryrefslogtreecommitdiffstats
path: root/mail/sylpheed/Makefile
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2001-11-25 02:38:46 +0800
committerdwcjr <dwcjr@FreeBSD.org>2001-11-25 02:38:46 +0800
commit1afa2d237b62192013b553b887cc3702c648f6a0 (patch)
treeac4831f75a9837c08837143d1fd49c7e1cf4c727 /mail/sylpheed/Makefile
parent36cdd9dae709c2bdf1d2ff04b156d2a17cbad4d1 (diff)
downloadfreebsd-ports-gnome-1afa2d237b62192013b553b887cc3702c648f6a0.tar.gz
freebsd-ports-gnome-1afa2d237b62192013b553b887cc3702c648f6a0.tar.zst
freebsd-ports-gnome-1afa2d237b62192013b553b887cc3702c648f6a0.zip
Update to 0.6.5
PR: 31833 Submitted by: maintainer
Diffstat (limited to 'mail/sylpheed/Makefile')
-rw-r--r--mail/sylpheed/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile
index f637d9b2182d..690486e92ec0 100644
--- a/mail/sylpheed/Makefile
+++ b/mail/sylpheed/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sylpheed
-PORTVERSION= 0.6.4
+PORTVERSION= 0.6.5
CATEGORIES= mail ipv6
MASTER_SITES= http://sylpheed.good-day.net/sylpheed/
@@ -53,9 +53,9 @@ pre-extract:
pre-configure:
${PERL} -pi -e "s|AM_PROG_INSTALL|AC_PROG_INSTALL|g" ${WRKSRC}/aclocal.m4
-.if defined(WITH_GPGME)
- ${RM} -f ${WRKSRC}/ac/gpgme.m4
-.endif
+ if ([ ${WITH_GPGME} ] || [ -f "${LOCALBASE}/share/aclocal/gpgme.m4" ]) ; then \
+ ${RM} -f ${WRKSRC}/ac/gpgme.m4 ; \
+ fi
post-install:
.if !defined(NOPORTDOCS)