summaryrefslogtreecommitdiff
path: root/editors/gnotepad
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 /editors/gnotepad
parentac47c1e51eb2ab1e65648547c30db8c139286600 (diff)
downloadpkgsrc-39a943ad929276e9804df46db543ee340a5f286a.tar.gz
Replace "true" by "${TRUE}".
Diffstat (limited to 'editors/gnotepad')
-rw-r--r--editors/gnotepad/PLIST6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/gnotepad/PLIST b/editors/gnotepad/PLIST
index 3db0afe6adc..750fe3732b4 100644
--- a/editors/gnotepad/PLIST
+++ b/editors/gnotepad/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2002/11/30 23:32:22 salo Exp $
+@comment $NetBSD: PLIST,v 1.5 2002/12/09 16:01:20 tron Exp $
bin/gnp
man/man1/gnp.1
share/gnome/apps/Applications/gnotepad+.desktop
@@ -114,5 +114,5 @@ ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gnotepad+.mo
@dirrm share/gnotepad+
@dirrm share/gnome/help/gnotepad+/C
@dirrm share/gnome/help/gnotepad+
-@unexec ${RMDIR} %D/share/gnome/help 2> /dev/null || true
-@unexec ${RMDIR} %D/share/gnome/apps/Applications 2> /dev/null || true
+@unexec ${RMDIR} %D/share/gnome/help 2> /dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/gnome/apps/Applications 2> /dev/null || ${TRUE}