diff options
author | tron <tron> | 2002-12-09 16:01:10 +0000 |
---|---|---|
committer | tron <tron> | 2002-12-09 16:01:10 +0000 |
commit | 04ef0ab0bc819f60fbb9bf3caf332481ed9e528e (patch) | |
tree | ed3d3dfb4944ff842d136066e2afeafe924859e8 /math | |
parent | c04f6bcfb2c786201abd33ac5b817ec78540c618 (diff) | |
download | pkgsrc-04ef0ab0bc819f60fbb9bf3caf332481ed9e528e.tar.gz |
Replace "true" by "${TRUE}".
Diffstat (limited to 'math')
-rw-r--r-- | math/aribas/PLIST | 4 | ||||
-rw-r--r-- | math/cassowary/PLIST | 6 | ||||
-rw-r--r-- | math/gnumeric0/PLIST | 4 | ||||
-rw-r--r-- | math/xlife/PLIST | 4 | ||||
-rw-r--r-- | math/yacas/PLIST | 6 |
5 files changed, 12 insertions, 12 deletions
diff --git a/math/aribas/PLIST b/math/aribas/PLIST index 76508cc724c..e149edd4b1b 100644 --- a/math/aribas/PLIST +++ b/math/aribas/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:49 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:32 tron Exp $ bin/aribas share/doc/aribas/aribas.doc share/doc/aribas/aribas.tut @@ -7,6 +7,6 @@ share/examples/aribas/README share/examples/aribas/factor.ari share/examples/aribas/pi.ari share/examples/aribas/queens.ari -@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || true +@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE} @dirrm share/examples/aribas @dirrm share/doc/aribas diff --git a/math/cassowary/PLIST b/math/cassowary/PLIST index d21dc45c7c1..18ea232519d 100644 --- a/math/cassowary/PLIST +++ b/math/cassowary/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:50 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:33 tron Exp $ bin/cassowary-config include/Cl.h include/ClC.h @@ -61,5 +61,5 @@ share/doc/cassowary/cassowary-tr.ps.gz @dirrm lib/cassowary/tests @dirrm lib/cassowary @dirrm include/cassowary -@unexec ${RMDIR} %D/lib/guile/site 2>/dev/null || true -@unexec ${RMDIR} %D/lib/guile 2>/dev/null || true +@unexec ${RMDIR} %D/lib/guile/site 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/lib/guile 2>/dev/null || ${TRUE} diff --git a/math/gnumeric0/PLIST b/math/gnumeric0/PLIST index 59f2153e1d4..9ee36db3e61 100644 --- a/math/gnumeric0/PLIST +++ b/math/gnumeric0/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2002/12/01 15:56:56 salo Exp $ +@comment $NetBSD: PLIST,v 1.6 2002/12/09 16:01:33 tron Exp $ bin/gnumeric lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.a lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.la @@ -792,4 +792,4 @@ share/pixmaps/gnumeric/top_border @dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins @dirrm lib/gnumeric/${PKGVERSION}-bonobo @dirrm lib/gnumeric -@unexec ${RMDIR} %D/share/mc/templates >/dev/null 2>&1 || true +@unexec ${RMDIR} %D/share/mc/templates >/dev/null 2>&1 || ${TRUE} diff --git a/math/xlife/PLIST b/math/xlife/PLIST index 49bdfd349fa..8f9a29e2caf 100644 --- a/math/xlife/PLIST +++ b/math/xlife/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:51 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:33 tron Exp $ bin/collect bin/lifeconv bin/lifesearch @@ -232,4 +232,4 @@ share/xlife/wireworld/test.l @dirrm share/xlife/life @dirrm share/xlife/misc @dirrm share/xlife/wireworld -@unexec ${RMDIR} %D/share/xlife || true +@unexec ${RMDIR} %D/share/xlife || ${TRUE} diff --git a/math/yacas/PLIST b/math/yacas/PLIST index ba2b8098067..b7e532d89a8 100644 --- a/math/yacas/PLIST +++ b/math/yacas/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:12:51 skrll Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/12/09 16:01:34 tron Exp $ bin/yacas bin/yacas_client share/emacs/site-lisp/yacas.el @@ -205,5 +205,5 @@ share/yacas/yacasinit.ys @dirrm share/yacas/array.rep @dirrm share/yacas/addons @dirrm share/yacas -@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || true -@unexec ${RMDIR} %D/share/emacs 2>/dev/null || true +@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/share/emacs 2>/dev/null || ${TRUE} |