pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mutt call ln with -f -s, not -fs.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8395e8194b7
branches:  trunk
changeset: 464524:d8395e8194b7
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Dec 11 22:23:23 2003 +0000

description:
call ln with -f -s, not -fs.

diffstat:

 mail/mutt/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 788544fc53e8 -r d8395e8194b7 mail/mutt/Makefile
--- a/mail/mutt/Makefile        Thu Dec 11 22:17:46 2003 +0000
+++ b/mail/mutt/Makefile        Thu Dec 11 22:23:23 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.106 2003/12/11 07:15:18 tron Exp $
+# $NetBSD: Makefile,v 1.107 2003/12/11 22:23:23 grant Exp $
 
 DISTNAME=              mutt-1.4.1i
 PKGNAME=                ${DISTNAME:C/i$//}
@@ -73,7 +73,7 @@
               < ${WRKSRC}/doc/mutt.man.in > ${WRKSRC}/doc/mutt.man
 
 post-install:
-       ${LN} -fs ${EGDIR} ${PREFIX}/share/doc/mutt/samples
+       ${LN} -f -s ${EGDIR} ${PREFIX}/share/doc/mutt/samples
        ${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
        @if [ -f ${PREFIX}/bin/mutt_dotlock ]; then \
                ${ECHO} "bin/mutt_dotlock" >> ${PLIST_SRC}; \



Home | Main Index | Thread Index | Old Index