diff options
author | tron <tron@pkgsrc.org> | 2002-12-09 16:01:10 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-12-09 16:01:10 +0000 |
commit | 39a943ad929276e9804df46db543ee340a5f286a (patch) | |
tree | ed3d3dfb4944ff842d136066e2afeafe924859e8 /devel/ftnchek/PLIST | |
parent | ac47c1e51eb2ab1e65648547c30db8c139286600 (diff) | |
download | pkgsrc-39a943ad929276e9804df46db543ee340a5f286a.tar.gz |
Replace "true" by "${TRUE}".
Diffstat (limited to 'devel/ftnchek/PLIST')
-rw-r--r-- | devel/ftnchek/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ftnchek/PLIST b/devel/ftnchek/PLIST index c90af8a975a..e291759fb2d 100644 --- a/devel/ftnchek/PLIST +++ b/devel/ftnchek/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:34 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:18 tron Exp $ bin/dcl2inc bin/ftnchek libexec/ftnchek/dcl2inc.awk @@ -71,7 +71,7 @@ share/doc/ftnchek/html/wordsize.html share/doc/ftnchek/html/wrap.html share/doc/ftnchek/macro-doc.txt share/emacs/site-lisp/ftnchek.el -@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || true +@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE} @dirrm share/doc/ftnchek/html @dirrm share/doc/ftnchek @dirrm libexec/ftnchek |