From 08bdd44549284c310d01f61b15936669a2f75753 Mon Sep 17 00:00:00 2001 From: skrll Date: Fri, 15 Feb 2002 10:12:28 +0000 Subject: mkdir -> ${MKDIR} rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} --- math/xlife/PLIST | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/xlife') diff --git a/math/xlife/PLIST b/math/xlife/PLIST index 160c3f5337d..49bdfd349fa 100644 --- a/math/xlife/PLIST +++ b/math/xlife/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/12/31 21:32:56 fredb Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:51 skrll 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 -- cgit v1.2.3