summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortron <tron>2002-11-24 19:19:33 +0000
committertron <tron>2002-11-24 19:19:33 +0000
commit406069f39f191fcd037561dd07a7d2d731c21617 (patch)
treeaf482e0dcd79d4420cae6a644c5b1c4ad9a6bbdc /editors
parent1b7e885f4d7fa552857a884e87025b10c30eb148 (diff)
downloadpkgsrc-406069f39f191fcd037561dd07a7d2d731c21617.tar.gz
Use "${TRUE}" instead of "true".
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/PLIST6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/emacs/PLIST b/editors/emacs/PLIST
index cb46241754e..7a4afab17cb 100644
--- a/editors/emacs/PLIST
+++ b/editors/emacs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2002/06/26 10:29:40 seb Exp $
+@comment $NetBSD: PLIST,v 1.5 2002/11/24 19:19:33 tron Exp $
bin/emacs
bin/emacs-${PKGVERSION}
bin/emacs-b2m
@@ -1399,8 +1399,8 @@ share/emacs/${PKGVERSION}/lisp/zone-mode.elc
share/emacs/${PKGVERSION}/site-lisp/subdirs.el
@dirrm share/emacs/${PKGVERSION}/site-lisp
share/emacs/site-lisp/subdirs.el
-@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || true
+@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE}
@exec ${MKDIR} %D/share/emacs/${PKGVERSION}/leim
@dirrm share/emacs/${PKGVERSION}/leim
@dirrm share/emacs/${PKGVERSION}
-@unexec ${RMDIR} %D/share/emacs 2>/dev/null || true
+@unexec ${RMDIR} %D/share/emacs 2>/dev/null || ${TRUE}