summaryrefslogtreecommitdiff
path: root/editors/mule
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 /editors/mule
parent2d3b54203a3be6ac17d82606e631bd2cdb84308c (diff)
downloadpkgsrc-08bdd44549284c310d01f61b15936669a2f75753.tar.gz
mkdir -> ${MKDIR}
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
Diffstat (limited to 'editors/mule')
-rw-r--r--editors/mule/PLIST6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/mule/PLIST b/editors/mule/PLIST
index 4c4e193a6b1..b3782182ef9 100644
--- a/editors/mule/PLIST
+++ b/editors/mule/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/13 22:30:27 skrll Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:12:36 skrll Exp $
bin/any2ps
bin/b2m
bin/coco
@@ -8,7 +8,7 @@ bin/etags
bin/m2ps
bin/mule-19.28
@exec ln %D/%F %B/mule
-@unexec rm %B/mule
+@unexec ${RM} %B/mule
bin/rcs-checkin
@comment @unexec install-info --delete %D/info/CCL %D/info/dir
@comment @unexec install-info --delete %D/info/ISO2022 %D/info/dir
@@ -1024,7 +1024,7 @@ lib/mule/19.28/lisp/yow.el
lib/mule/19.28/lisp/yow.elc
@comment f=%D/lib/mule/lock ; [ ! -d $f ] && ${MKDIR} $f && ${CHMOD} 1777 $f
@exec f=%D/lib/mule/lock ; [ ! -d $f ] && ${MKDIR} $f
-@unexec f=%D/lib/mule/lock ; [ -d $f ] && rm -rf $f
+@unexec f=%D/lib/mule/lock ; [ -d $f ] && ${RM} -rf $f
@exec f=%D/lib/mule/site-lisp ; [ ! -d $f ] && ${MKDIR} $f
@unexec f=%D/lib/mule/site-lisp ; [ -d $f ] && ${MKDIR} $f
@dirrm lib/mule/19.28/lisp/its