summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2003-12-11 13:50:04 +0000
committeragc <agc>2003-12-11 13:50:04 +0000
commita42515b93e32ffc78eb816407c11430a08130ae0 (patch)
treea2fe2d96b8208946ea1242b4cc2e523a90307f17
parentfadb0b63f621fad3b260783dbc35083f3a9b5f15 (diff)
downloadpkgsrc-a42515b93e32ffc78eb816407c11430a08130ae0.tar.gz
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.
-rw-r--r--mail/mutt/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 5fc892afb02..6c144cc45ed 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -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 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} \
--enable-pop --enable-imap
LDFLAGS+= ${_STRIPFLAG_CC}
+PLIST_SRC= ${WRKDIR}/PLIST
.include "../../mk/bsd.prefs.mk"
@@ -72,9 +73,10 @@ pre-build:
< ${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"