Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Mar 2003 00:24:21 +0100
From:      Udo Schweigert <Udo.Schweigert@siemens.com>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/50197: maintainer-update of mail/mutt
Message-ID:  <20030322232421.GA67525@alaska.cert.siemens.de>
In-Reply-To: <200303222220.h2MMK9Ph000311@freefall.freebsd.org>
References:  <200303222215.h2MMFfx2071522@alaska.cert.siemens.de> <200303222220.h2MMK9Ph000311@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Sorry, here is another improvement:

	- Fix the PATH for gpg in the rc-example.

Apply this patch to the previous one:

Index: Makefile
===================================================================
RCS file: /home/ncvs/work/ports/mutt/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	22 Mar 2003 21:26:39 -0000	1.14
+++ Makefile	22 Mar 2003 23:19:43 -0000
@@ -90,8 +90,12 @@
 MAN1=		flea.1 mutt.1 mutt_dotlock.1 muttbug.1
 MAN5=		mbox.5 muttrc.5
 
+post-patch::
+	@${REINPLACE_CMD} -e 's,/usr/bin/gpg,${LOCALBASE}/bin/gpg,g' \
+		${WRKSRC}/contrib/gpg.rc
+
 .if defined(WITH_MUTT_XFACE)
-post-patch:
+post-patch::
 	@${ECHO} "===>  Applying XFACE patch"
 	slrnface_dir=`${FIND} ${PORTSDIR}/news/slrnface/work -type d \
 			-name slrnface-\*`; \

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030322232421.GA67525>