summaryrefslogtreecommitdiff
path: root/editors/emacs
diff options
context:
space:
mode:
authortron <tron>2002-11-24 19:19:33 +0000
committertron <tron>2002-11-24 19:19:33 +0000
commit9bfe0f3dc9cb4d988e0f23c9420063c8f4158650 (patch)
treeaf482e0dcd79d4420cae6a644c5b1c4ad9a6bbdc /editors/emacs
parent311116cf87d708d622790cde95361afb0c595579 (diff)
downloadpkgsrc-9bfe0f3dc9cb4d988e0f23c9420063c8f4158650.tar.gz
Use "${TRUE}" instead of "true".
Diffstat (limited to 'editors/emacs')
-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}