Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Sep 2001 12:31:15 +0200 (CEST)
From:      Udo Schweigert <ust@cert.siemens.de>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        "David W. Chapman Jr." <dwcjr@freebsd.org>
Subject:   ports/30930: maintainer-update mail/mutt-devel
Message-ID:  <200109301031.f8UAVFgu020827@reims.mchp.siemens.de>

next in thread | raw e-mail | index | archive | help

>Number:         30930
>Category:       ports
>Synopsis:       maintainer-update mail/mutt-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 30 03:40:04 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Udo Schweigert
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD alaska.cert.siemens.de 4.4-STABLE FreeBSD 4.4-STABLE #2: Sat Sep 29 11:05:40 CEST 2001 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386


>Description:

Update mail/mutt-devel to fix that post-patch was not executed if NOPORTDOCS 
was set and thus additional docs were installed in /usr/local/share/doc/mutt.

>How-To-Repeat:
>Fix:

diff -ru --exclude=CVS /usr/ports/mail/mutt-devel/Makefile mutt-devel/Makefile
--- /usr/ports/mail/mutt-devel/Makefile	Mon Sep  3 08:38:58 2001
+++ mutt-devel/Makefile	Sun Sep 30 12:18:12 2001
@@ -119,7 +119,7 @@
 MAN1=		flea.1 mutt.1 mutt_dotlock.1 muttbug.1
 MAN5=		muttrc.5 mbox.5
 
-post-patch:
+post-patch::
 	 @${PERL} -pi.fbsd -e 's,/usr/bin/gpg,${LOCALBASE}/bin/gpg,g' \
 		${WRKSRC}/contrib/gpg.rc
 
@@ -730,7 +730,7 @@
 PLIST_SUB+=	SUB_ADD_L="@comment "
 PLIST_SUB+=	SUB_ADD_M="@comment "
 PLIST_SUB+=	SUB_ADD_N="@comment "
-post-patch:
+post-patch::
 	${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-nodoc
 	${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-nodoc-contrib
 .endif
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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