summaryrefslogtreecommitdiff
path: root/chat/gnomeicu
diff options
context:
space:
mode:
authortron <tron>2002-12-09 16:01:10 +0000
committertron <tron>2002-12-09 16:01:10 +0000
commit04ef0ab0bc819f60fbb9bf3caf332481ed9e528e (patch)
treeed3d3dfb4944ff842d136066e2afeafe924859e8 /chat/gnomeicu
parentc04f6bcfb2c786201abd33ac5b817ec78540c618 (diff)
downloadpkgsrc-04ef0ab0bc819f60fbb9bf3caf332481ed9e528e.tar.gz
Replace "true" by "${TRUE}".
Diffstat (limited to 'chat/gnomeicu')
-rw-r--r--chat/gnomeicu/PLIST8
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}