summaryrefslogtreecommitdiff
path: root/math/cassowary
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-05-03 16:03:24 +0000
committerwiz <wiz@pkgsrc.org>2004-05-03 16:03:24 +0000
commit424d638ebbcbbc390a9c616ac410a1e03bef3163 (patch)
tree8d08fd62878e5679d82451361ad809a3ee3eb02e /math/cassowary
parentf66acac2091abc41c2ab4e0a2368a58f2f6e032b (diff)
downloadpkgsrc-424d638ebbcbbc390a9c616ac410a1e03bef3163.tar.gz
rmdir -fr does not make sense; remove the -fr.
Diffstat (limited to 'math/cassowary')
-rw-r--r--math/cassowary/PLIST6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/cassowary/PLIST b/math/cassowary/PLIST
index d89abb94c7f..64cab2b7dbd 100644
--- a/math/cassowary/PLIST
+++ b/math/cassowary/PLIST
@@ -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 @@ share/doc/cassowary/cassowary-tr.ps.gz
@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}