From c5fe7a8a79d3352759cab838fa5f0ba2c8d4c7f1 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 23 Oct 2005 16:51:00 +0000 Subject: Use ${RMDIR} instead of rmdir. --- www/wwwoffle/PLIST | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www/wwwoffle/PLIST') 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 -- cgit v1.2.3