diff options
author | tron <tron@pkgsrc.org> | 2002-11-24 19:19:33 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-11-24 19:19:33 +0000 |
commit | 4006d1403a40a5e274442a2ef3cc172007762406 (patch) | |
tree | af482e0dcd79d4420cae6a644c5b1c4ad9a6bbdc /editors | |
parent | 382ada8bc8c93e98b9817420a338432794d43073 (diff) | |
download | pkgsrc-4006d1403a40a5e274442a2ef3cc172007762406.tar.gz |
Use "${TRUE}" instead of "true".
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/PLIST | 6 |
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} |