summaryrefslogtreecommitdiff
path: root/www/wwwoffle
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-12-09 16:01:10 +0000
committertron <tron@pkgsrc.org>2002-12-09 16:01:10 +0000
commit39a943ad929276e9804df46db543ee340a5f286a (patch)
treeed3d3dfb4944ff842d136066e2afeafe924859e8 /www/wwwoffle
parentac47c1e51eb2ab1e65648547c30db8c139286600 (diff)
downloadpkgsrc-39a943ad929276e9804df46db543ee340a5f286a.tar.gz
Replace "true" by "${TRUE}".
Diffstat (limited to 'www/wwwoffle')
-rw-r--r--www/wwwoffle/PLIST10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/wwwoffle/PLIST b/www/wwwoffle/PLIST
index 9041ace9261..7938fe3a8b0 100644
--- a/www/wwwoffle/PLIST
+++ b/www/wwwoffle/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2002/09/05 16:56:54 fredb Exp $
+@comment $NetBSD: PLIST,v 1.7 2002/12/09 16:01:53 tron Exp $
bin/wwwoffle
bin/wwwoffle-hash
bin/wwwoffle-ls
@@ -60,15 +60,15 @@ share/doc/wwwoffle/pl/LSM
share/doc/wwwoffle/pl/README.1st
share/doc/wwwoffle/pl/README.lang
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
@dirrm share/doc/wwwoffle
@exec ${GTAR} xzCf / %D/libdata/wwwoffle-spool.tar.gz
@unexec cd /var/wwwoffle && ${RM} -rf html* search*
-@unexec ${RMDIR} /var/wwwoffle/* 2>/dev/null && ${RMDIR} /var/wwwoffle 2>/dev/null || true
+@unexec ${RMDIR} /var/wwwoffle/* 2>/dev/null && ${RMDIR} /var/wwwoffle 2>/dev/null || ${TRUE}
@unexec if [ -d /var/wwwoffle ]; then echo "If you won't use the WWWOFFLE package anymore, remove the cache manually by"; echo ' rm -rf /var/wwwoffle'; fi