pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2003Q4]: pkgsrc/mail/mutt Pullup a fix for mutt to the pkgsrc-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9e125020dc61
branches: pkgsrc-2003Q4
changeset: 463702:9e125020dc61
user: agc <agc%pkgsrc.org@localhost>
date: Thu Dec 11 13:50:04 2003 +0000
description:
Pullup a fix for mutt to the pkgsrc-2003Q4 branch, requested by Matthias
Scheler.
Module Name: pkgsrc
Committed By: tron
Date: Thu Dec 11 07:15:18 UTC 2003
Modified Files:
pkgsrc/mail/mutt: Makefile
Log Message:
Fix badly botched package list handling in case "mutt_dotlock" exists.
diffstat:
mail/mutt/Makefile | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r 753d1a0358ea -r 9e125020dc61 mail/mutt/Makefile
--- a/mail/mutt/Makefile Thu Dec 11 09:55:31 2003 +0000
+++ b/mail/mutt/Makefile Thu Dec 11 13:50:04 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2003/11/12 03:39:40 jschauma Exp $
+# $NetBSD: Makefile,v 1.105.2.1 2003/12/11 13:50:04 agc Exp $
DISTNAME= mutt-1.4.1i
PKGNAME= ${DISTNAME:C/i$//}
@@ -26,6 +26,7 @@
--enable-pop --enable-imap
LDFLAGS+= ${_STRIPFLAG_CC}
+PLIST_SRC= ${WRKDIR}/PLIST
.include "../../mk/bsd.prefs.mk"
@@ -72,9 +73,10 @@
< ${WRKSRC}/doc/mutt.man.in > ${WRKSRC}/doc/mutt.man
post-install:
- ${LN} -s ${EGDIR} ${PREFIX}/share/doc/mutt/samples
+ ${LN} -fs ${EGDIR} ${PREFIX}/share/doc/mutt/samples
+ ${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
@if [ -f ${PREFIX}/bin/mutt_dotlock ]; then \
- ${ECHO} "bin/mutt_dotlock" >> ${PLIST}; \
+ ${ECHO} "bin/mutt_dotlock" >> ${PLIST_SRC}; \
fi
.include "../../converters/libiconv/buildlink2.mk"
Home |
Main Index |
Thread Index |
Old Index