aboutsummaryrefslogtreecommitdiff
path: root/mail/mu/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2015-12-21 13:30:21 +0000
committerMartin Wilke <miwi@FreeBSD.org>2015-12-21 13:30:21 +0000
commit132f9fc61e77df675f25e9b0d3ae341711a19622 (patch)
tree3ee05b9ad61e21c28e4bae31a2f09e5770732cc6 /mail/mu/Makefile
parent94431b44eec8840dff27860eecd6db96760a48eb (diff)
downloadports-132f9fc61e77df675f25e9b0d3ae341711a19622.tar.gz
ports-132f9fc61e77df675f25e9b0d3ae341711a19622.zip
Notes
Diffstat (limited to 'mail/mu/Makefile')
-rw-r--r--mail/mu/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/mail/mu/Makefile b/mail/mu/Makefile
index 0d8171887bd9..cc3250ea11c4 100644
--- a/mail/mu/Makefile
+++ b/mail/mu/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= mu
-PORTVERSION= 0.9.12
-DISTVERSIONPREFIX= v
+PORTVERSION= 0.9.15
CATEGORIES= mail
MAINTAINER= ports@FreeBSD.org
@@ -26,7 +25,7 @@ INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-OPTIONS_DEFINE= GUILE MU4E
+OPTIONS_DEFINE= DOCS GUILE MU4E
OPTIONS_SUB= yes
GUILE_LIB_DEPENDS= libguile-2.0.so:${PORTSDIR}/lang/guile2
@@ -38,14 +37,12 @@ MU4E_USE= emacs=yes
MU4E_CONFIGURE_ENABLE= mu4e
MU4E_INFO= mu4e
-.include <bsd.port.options.mk>
-
post-install:
(cd ${FILESDIR} && ${INSTALL_SCRIPT} mu-ask \
${STAGEDIR}${PREFIX}/bin)
-.if ${PORT_OPTIONS:MGUILE}
+
+post-install-GUILE-on:
(${FIND} ${STAGEDIR}${PREFIX}/lib -name "*.so.*" -type f | \
${XARGS} ${STRIP_CMD})
-.endif
.include <bsd.port.mk>