pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/docbook-xsl add -f flag to ${RM} so that it w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43676ea94b2a
branches:  trunk
changeset: 509636:43676ea94b2a
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Sun Mar 12 16:55:37 2006 +0000

description:
add -f flag to ${RM} so that it won't fail if the file does not exist
(say, because the patch used did not create a .orig file)

diffstat:

 textproc/docbook-xsl/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2ff843950115 -r 43676ea94b2a textproc/docbook-xsl/Makefile
--- a/textproc/docbook-xsl/Makefile     Sun Mar 12 16:34:13 2006 +0000
+++ b/textproc/docbook-xsl/Makefile     Sun Mar 12 16:55:37 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2006/03/04 21:30:45 jlam Exp $
+# $NetBSD: Makefile,v 1.37 2006/03/12 16:55:37 jschauma Exp $
 #
 
 DISTNAME=      docbook-xsl-1.69.1
@@ -38,7 +38,7 @@
            ${ECHO} "cd ${WRKSRC} && ${PAX} -rw -pp -pm $$d ${XSLDIR}/"; \
            cd ${WRKSRC} && ${PAX} -rw -pp -pm $$d ${XSLDIR}/; \
        done
-       ${RM} ${XSLDIR}/common/pi.xsl.orig
+       ${RM} -f ${XSLDIR}/common/pi.xsl.orig
 
 .include "../../textproc/xmlcatmgr/catalogs.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index