summaryrefslogtreecommitdiff
path: root/mail/mutt
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-12-11 22:23:23 +0000
committergrant <grant@pkgsrc.org>2003-12-11 22:23:23 +0000
commitc36a20f98cac2953ee82fbe28bf2b28cdd4c5fb0 (patch)
tree8eb98e3c18a4bdd7b2853349c5edf3685323815e /mail/mutt
parent66505db0b24259c9f107866892b18c1c6d1efab6 (diff)
downloadpkgsrc-c36a20f98cac2953ee82fbe28bf2b28cdd4c5fb0.tar.gz
call ln with -f -s, not -fs.
Diffstat (limited to 'mail/mutt')
-rw-r--r--mail/mutt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index af6be4de16e..524710102c2 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -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 @@ pre-build:
< ${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}; \