diff options
author | tron <tron@pkgsrc.org> | 2002-12-09 16:01:10 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-12-09 16:01:10 +0000 |
commit | 39a943ad929276e9804df46db543ee340a5f286a (patch) | |
tree | ed3d3dfb4944ff842d136066e2afeafe924859e8 /chat/eggdrop | |
parent | ac47c1e51eb2ab1e65648547c30db8c139286600 (diff) | |
download | pkgsrc-39a943ad929276e9804df46db543ee340a5f286a.tar.gz |
Replace "true" by "${TRUE}".
Diffstat (limited to 'chat/eggdrop')
-rw-r--r-- | chat/eggdrop/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/eggdrop/PLIST b/chat/eggdrop/PLIST index dffaa891e3e..ea2f8259af5 100644 --- a/chat/eggdrop/PLIST +++ b/chat/eggdrop/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/09/25 18:32:10 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:14 tron Exp $ bin/eggdrop etc/eggdrop.conf.dist lib/eggdrop/assoc.so @@ -97,7 +97,7 @@ share/eggdrop/scripts/weed share/eggdrop/tcl-commands.doc share/eggdrop/tricks @comment The directory does not exist for NOPIC, so don't issue an error. -@unexec rmdir %D/lib/eggdrop 2>/dev/null || true +@unexec rmdir %D/lib/eggdrop 2>/dev/null || ${TRUE} @dirrm share/eggdrop/help/set @dirrm share/eggdrop/help/msg @dirrm share/eggdrop/help |