summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortron <tron>2002-12-09 16:01:10 +0000
committertron <tron>2002-12-09 16:01:10 +0000
commitc3ac38e54fe681b35b0d41702c098f42cc7502f4 (patch)
treeed3d3dfb4944ff842d136066e2afeafe924859e8 /editors
parent9fdd5bb4ae03e0220deba9ae7dbe2c63691fee9a (diff)
downloadpkgsrc-c3ac38e54fe681b35b0d41702c098f42cc7502f4.tar.gz
Replace "true" by "${TRUE}".
Diffstat (limited to 'editors')
-rw-r--r--editors/gnotepad/PLIST6
-rw-r--r--editors/speedbar/PLIST4
2 files changed, 5 insertions, 5 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}
diff --git a/editors/speedbar/PLIST b/editors/speedbar/PLIST
index e64aec70ea3..eece3d57090 100644
--- a/editors/speedbar/PLIST
+++ b/editors/speedbar/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2002/02/18 15:14:18 seb Exp $
+@comment $NetBSD: PLIST,v 1.4 2002/12/09 16:01:20 tron Exp $
${LISPDIR}/dframe.el
${LISPDIR}/dframe.elc
${LISPDIR}/sb-dir-minus.xpm
@@ -21,4 +21,4 @@ ${LISPDIR}/speedbar.elc
info/speedbar.info
@exec ${INSTALL_INFO} %D/info/speedbar.info %D/info/dir
@exec install-info %D/info/speedbar.info %D/info/dir
-@unexec ${RMDIR} %D/${LISPDIR} 2>/dev/null || true
+@unexec ${RMDIR} %D/${LISPDIR} 2>/dev/null || ${TRUE}