summaryrefslogtreecommitdiff
path: root/editors/TeXmacs-devel
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-02-02 09:26:17 +0000
committerhans <hans@pkgsrc.org>2012-02-02 09:26:17 +0000
commitcb2a29ecb37367aa41cd4fc7a849cf4e8161918f (patch)
tree864658dc308077522537dee4cb0b6b2cea611621 /editors/TeXmacs-devel
parent4e6052c74dc6778c37d64c39cf51af9b4d2a00cb (diff)
downloadpkgsrc-cb2a29ecb37367aa41cd4fc7a849cf4e8161918f.tar.gz
Use ${RM} -f to avoid failure if no files are found to be removed.
Diffstat (limited to 'editors/TeXmacs-devel')
-rw-r--r--editors/TeXmacs-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/TeXmacs-devel/Makefile b/editors/TeXmacs-devel/Makefile
index 6e273433b26..02d8b07ccd8 100644
--- a/editors/TeXmacs-devel/Makefile
+++ b/editors/TeXmacs-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2012/01/13 10:55:00 obache Exp $
+# $NetBSD: Makefile,v 1.7 2012/02/02 09:33:08 hans Exp $
DISTNAME= TeXmacs-1.0.7.14-src
PKGNAME= ${DISTNAME:S/-src//}
@@ -52,7 +52,7 @@ REPLACE_PERL+= plugins/asymptote/bin/tm_asy2
pre-install:
${RM} -f ${WRKSRC}/TeXmacs/doc/devel/format/.log
- ${FIND} ${WRKSRC}/plugins/ -name '*.orig' | ${XARGS} ${RM}
+ ${FIND} ${WRKSRC}/plugins/ -name '*.orig' | ${XARGS} ${RM} -f
# just a helper script, not worth a full perl dependency
CHECK_INTERPRETER_SKIP= libexec/TeXmacs/bin/bbox_add.pl