summaryrefslogtreecommitdiff
path: root/math/cassowary
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-02-15 10:12:28 +0000
committerskrll <skrll@pkgsrc.org>2002-02-15 10:12:28 +0000
commit08bdd44549284c310d01f61b15936669a2f75753 (patch)
treed8c5da963aaf61f579edc82f096cfa181c02c55b /math/cassowary
parent2d3b54203a3be6ac17d82606e631bd2cdb84308c (diff)
downloadpkgsrc-08bdd44549284c310d01f61b15936669a2f75753.tar.gz
mkdir -> ${MKDIR}
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
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 727444544fe..d21dc45c7c1 100644
--- a/math/cassowary/PLIST
+++ b/math/cassowary/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:12:13 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:50 skrll 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