aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2008-07-26 01:19:25 +0800
committerobraun <obraun@FreeBSD.org>2008-07-26 01:19:25 +0800
commitead12b6f47971477e12b68ee4fd8b7674c161c4c (patch)
treed4c06a705134d7c9d034f6683c52fee45070f6e8 /mail
parent02e0e031e956a9410d950b50ed1be8f6e64cd720 (diff)
downloadfreebsd-ports-gnome-ead12b6f47971477e12b68ee4fd8b7674c161c4c.tar.gz
freebsd-ports-gnome-ead12b6f47971477e12b68ee4fd8b7674c161c4c.tar.zst
freebsd-ports-gnome-ead12b6f47971477e12b68ee4fd8b7674c161c4c.zip
* Use gsed for muttalias module.
* set maintainer to ports@. PR: ports/121436 Submitted by: Daniel Bye <dan@slightlystrange.org>
Diffstat (limited to 'mail')
-rw-r--r--mail/lbdb/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/lbdb/Makefile b/mail/lbdb/Makefile
index 2c624fb62e7a..cfecd6507f34 100644
--- a/mail/lbdb/Makefile
+++ b/mail/lbdb/Makefile
@@ -11,9 +11,11 @@ CATEGORIES= mail
MASTER_SITES= http://www.spinnaker.de/debian/
DISTNAME= ${PORTNAME}_${PORTVERSION}
-MAINTAINER= obraun@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Set of tools for use with mutt's external mail address query feature
+RUN_DEPENDS= gsed:${PORTSDIR}/textproc/gsed
+
WRKSRC= ${WRKDIR}/lbdb-${PORTVERSION}
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --libdir=${PREFIX}/libexec --enable-lbdb-dotlock
@@ -70,4 +72,7 @@ PLIST_SUB+= GETENT="@comment "
MAN1= nodelist2lbdb.1 lbdbq.1 lbdb-fetchaddr.1 lbdb_dotlock.1 \
mutt_ldap_query.1
+post-patch:
+ ${REINPLACE_CMD} -e 's/sed/gsed/' ${WRKSRC}/m_muttalias.sh.in
+
.include <bsd.port.post.mk>