diff options
author | grant <grant@pkgsrc.org> | 2003-12-11 22:23:23 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-12-11 22:23:23 +0000 |
commit | 2d08637dd85b4325da5b942d56e302087eea3351 (patch) | |
tree | 8eb98e3c18a4bdd7b2853349c5edf3685323815e /mail/mutt/Makefile | |
parent | 0d2b2b90f496cba8eac5f403cb26fc0f0f9b5c9d (diff) | |
download | pkgsrc-2d08637dd85b4325da5b942d56e302087eea3351.tar.gz |
call ln with -f -s, not -fs.
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 4 |
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}; \ |