diff options
author | wiz <wiz> | 2005-10-23 16:51:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-10-23 16:51:00 +0000 |
commit | c5fe7a8a79d3352759cab838fa5f0ba2c8d4c7f1 (patch) | |
tree | 003fc0a1816f06c44cf8b69bb04a5d3b33c203c8 /www/wwwoffle/PLIST | |
parent | ca5af3ea46c6bcbcd94b7185a967e94964102e6c (diff) | |
download | pkgsrc-c5fe7a8a79d3352759cab838fa5f0ba2c8d4c7f1.tar.gz |
Use ${RMDIR} instead of rmdir.
Diffstat (limited to 'www/wwwoffle/PLIST')
-rw-r--r-- | www/wwwoffle/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/wwwoffle/PLIST b/www/wwwoffle/PLIST index 398fe9d206a..fed957261ef 100644 --- a/www/wwwoffle/PLIST +++ b/www/wwwoffle/PLIST @@ -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.1st 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 |