pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/lynx make sure that attempt to remove file does no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe2a327d77cf
branches:  trunk
changeset: 511831:fe2a327d77cf
user:      schwarz <schwarz%pkgsrc.org@localhost>
date:      Sun Apr 23 14:06:08 2006 +0000

description:
make sure that attempt to remove file does not lead to a halt even when the
file does not exist

diffstat:

 www/lynx/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 2115a97c23af -r fe2a327d77cf www/lynx/Makefile
--- a/www/lynx/Makefile Sun Apr 23 13:29:04 2006 +0000
+++ b/www/lynx/Makefile Sun Apr 23 14:06:08 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2006/04/13 18:23:39 jlam Exp $
+# $NetBSD: Makefile,v 1.89 2006/04/23 14:06:08 schwarz Exp $
 
 #
 # NOTE: Please do not enable the lynxcgi feature unless it is lynx
@@ -77,6 +77,6 @@
        ${FIND} ${PREFIX}/share/lynx -type d -print | ${XARGS} ${CHMOD} ${PKGDIRMODE}
        # gets created when applying 2.8.5.2 patch -- remove on
        # patchless update
-       ${RM} ${PREFIX}/share/lynx/lynx_doc/CHANGES.orig_dist
+       ${RM} -f ${PREFIX}/share/lynx/lynx_doc/CHANGES.orig_dist
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index