pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/wwwoffle Use ${RMDIR} instead of rmdir.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/190e990f9414
branches:  trunk
changeset: 501467:190e990f9414
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 23 16:51:00 2005 +0000

description:
Use ${RMDIR} instead of rmdir.

diffstat:

 www/wwwoffle/PLIST |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r deaea22c6778 -r 190e990f9414 www/wwwoffle/PLIST
--- a/www/wwwoffle/PLIST        Sun Oct 23 16:10:58 2005 +0000
+++ b/www/wwwoffle/PLIST        Sun Oct 23 16:51:00 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2005/05/02 20:34:07 reed Exp $
+@comment $NetBSD: PLIST,v 1.11 2005/10/23 16:51:00 wiz Exp $
 bin/wwwoffle
 bin/wwwoffle-hash
 bin/wwwoffle-ls
@@ -61,10 +61,10 @@
 share/doc/wwwoffle/pl/README.lang
 share/examples/rc.d/wwwoffled
 share/examples/wwwoffle.conf
-@unexec rmdir %D/share/doc/wwwoffle/ru 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/doc/wwwoffle/ru 2>/dev/null || ${TRUE}
 @dirrm share/doc/wwwoffle/pl
-@unexec rmdir %D/share/doc/wwwoffle/nl 2>/dev/null || ${TRUE}
-@unexec rmdir %D/share/doc/wwwoffle/it 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/doc/wwwoffle/nl 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/doc/wwwoffle/it 2>/dev/null || ${TRUE}
 @dirrm share/doc/wwwoffle/fr
 @dirrm share/doc/wwwoffle/es
 @dirrm share/doc/wwwoffle/de



Home | Main Index | Thread Index | Old Index