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/ircII | |
parent | ac47c1e51eb2ab1e65648547c30db8c139286600 (diff) | |
download | pkgsrc-39a943ad929276e9804df46db543ee340a5f286a.tar.gz |
Replace "true" by "${TRUE}".
Diffstat (limited to 'chat/ircII')
-rw-r--r-- | chat/ircII/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/ircII/PLIST b/chat/ircII/PLIST index 20e8c935358..23398fb7efc 100644 --- a/chat/ircII/PLIST +++ b/chat/ircII/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2002/11/15 12:14:18 mrg Exp $ +@comment $NetBSD: PLIST,v 1.11 2002/12/09 16:01:15 tron Exp $ bin/irc bin/irc-${VERS} bin/ircbug @@ -634,5 +634,5 @@ share/irc/translation/UNITED_KINGDOM_COM @dirrm share/irc/help/window @dirrm share/irc/translation @dirrm share/irc/help -@unexec ${RMDIR} %D/share/irc/script 2>/dev/null || true -@unexec ${RMDIR} %D/share/irc 2>/dev/null || true +@unexec ${RMDIR} %D/share/irc/script 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/share/irc 2>/dev/null || ${TRUE} |