pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/prayer Use ${RM} -rf to avoid failure if no files...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f83e682d1c4
branches:  trunk
changeset: 598952:0f83e682d1c4
user:      hans <hans%pkgsrc.org@localhost>
date:      Thu Feb 02 10:00:47 2012 +0000

description:
Use ${RM} -rf to avoid failure if no files are found to be removed.

diffstat:

 mail/prayer/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6153bdaefcc7 -r 0f83e682d1c4 mail/prayer/Makefile
--- a/mail/prayer/Makefile      Thu Feb 02 09:59:39 2012 +0000
+++ b/mail/prayer/Makefile      Thu Feb 02 10:00:47 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2012/01/18 14:37:09 adam Exp $
+# $NetBSD: Makefile,v 1.43 2012/02/02 10:00:47 hans Exp $
 
 DISTNAME=      prayer-1.3.4
 PKGREVISION=   1
@@ -57,7 +57,7 @@
 
 post-patch:
        ${FIND} ${WRKSRC} -name CVS -type d -print | ${SORT} -r | \
-               ${XARGS} ${RM} -r
+               ${XARGS} ${RM} -rf
        cp ${WRKSRC}/defaults/Config ${WRKSRC}
 
 INSTALLATION_DIRS+=    ${EGDIR}



Home | Main Index | Thread Index | Old Index