pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/cassowary rmdir -fr does not make sense; remove t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0917a243c1a
branches:  trunk
changeset: 474643:a0917a243c1a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 03 16:03:24 2004 +0000

description:
rmdir -fr does not make sense; remove the -fr.

diffstat:

 math/cassowary/PLIST |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (17 lines):

diff -r e88a23eb68c3 -r a0917a243c1a math/cassowary/PLIST
--- a/math/cassowary/PLIST      Mon May 03 15:58:55 2004 +0000
+++ b/math/cassowary/PLIST      Mon May 03 16:03:24 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2003/01/25 05:26:36 uebayasi Exp $
+@comment $NetBSD: PLIST,v 1.5 2004/05/03 16:03:24 wiz Exp $
 bin/cassowary-config
 include/Cl.h
 include/ClC.h
@@ -61,5 +61,5 @@
 @dirrm lib/cassowary
 @dirrm include/cassowary
 @dirrm ${GUILE14_SUBDIR}/lib/guile/site/cassowary
-@unexec ${RMDIR} -fr %D/${GUILE14_SUBDIR}/lib/guile/site 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} -fr %D/${GUILE14_SUBDIR}/lib/guile 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/${GUILE14_SUBDIR}/lib/guile/site 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/${GUILE14_SUBDIR}/lib/guile 2>/dev/null || ${TRUE}



Home | Main Index | Thread Index | Old Index