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