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/gnomeicu | |
parent | ac47c1e51eb2ab1e65648547c30db8c139286600 (diff) | |
download | pkgsrc-39a943ad929276e9804df46db543ee340a5f286a.tar.gz |
Replace "true" by "${TRUE}".
Diffstat (limited to 'chat/gnomeicu')
-rw-r--r-- | chat/gnomeicu/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/gnomeicu/PLIST b/chat/gnomeicu/PLIST index 4d90da68c85..b3430e4746f 100644 --- a/chat/gnomeicu/PLIST +++ b/chat/gnomeicu/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2002/11/30 12:41:07 salo Exp $ +@comment $NetBSD: PLIST,v 1.5 2002/12/09 16:01:15 tron Exp $ bin/gnomeicu bin/gnomeicu-client etc/CORBA/servers/GnomeICU.gnorba @@ -122,6 +122,6 @@ share/sounds/gnomeicu/message.wav @dirrm share/gnomeicu/icons @dirrm share/gnomeicu @dirrm share/sounds/gnomeicu -@unexec ${RMDIR} %D/share/applets/Network 2> /dev/null || true -@unexec ${RMDIR} %D/etc/sound/events 2> /dev/null || true -@unexec ${RMDIR} %D/etc/CORBA/servers 2> /dev/null || true +@unexec ${RMDIR} %D/share/applets/Network 2> /dev/null || ${TRUE} +@unexec ${RMDIR} %D/etc/sound/events 2> /dev/null || ${TRUE} +@unexec ${RMDIR} %D/etc/CORBA/servers 2> /dev/null || ${TRUE} |