summaryrefslogtreecommitdiff
path: root/math/yacas
diff options
context:
space:
mode:
authortron <tron>2002-12-09 16:01:10 +0000
committertron <tron>2002-12-09 16:01:10 +0000
commit04ef0ab0bc819f60fbb9bf3caf332481ed9e528e (patch)
treeed3d3dfb4944ff842d136066e2afeafe924859e8 /math/yacas
parentc04f6bcfb2c786201abd33ac5b817ec78540c618 (diff)
downloadpkgsrc-04ef0ab0bc819f60fbb9bf3caf332481ed9e528e.tar.gz
Replace "true" by "${TRUE}".
Diffstat (limited to 'math/yacas')
-rw-r--r--math/yacas/PLIST6
1 files changed, 3 insertions, 3 deletions
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}