summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/PLIST8
-rw-r--r--editors/gnotepad/PLIST6
-rw-r--r--editors/mule/PLIST6
-rw-r--r--editors/speedbar/PLIST4
-rw-r--r--editors/xemacs/PLIST4
5 files changed, 14 insertions, 14 deletions
diff --git a/editors/emacs/PLIST b/editors/emacs/PLIST
index 0c1157b4047..20766c6de0a 100644
--- a/editors/emacs/PLIST
+++ b/editors/emacs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:22:42 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:36 skrll Exp $
bin/emacs
bin/emacs-${PKGVERSION}
bin/emacs-b2m
@@ -1399,8 +1399,8 @@ share/emacs/${PKGVERSION}/lisp/zone-mode.elc
share/emacs/${PKGVERSION}/site-lisp/subdirs.el
@dirrm share/emacs/${PKGVERSION}/site-lisp
share/emacs/site-lisp/subdirs.el
-@unexec rmdir %D/share/emacs/site-lisp 2>/dev/null || true
-@exec mkdir -p %D/share/emacs/${PKGVERSION}/leim
+@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || true
+@exec ${MKDIR} -p %D/share/emacs/${PKGVERSION}/leim
@dirrm share/emacs/${PKGVERSION}/leim
@dirrm share/emacs/${PKGVERSION}
-@unexec rmdir %D/share/emacs 2>/dev/null || true
+@unexec ${RMDIR} %D/share/emacs 2>/dev/null || true
diff --git a/editors/gnotepad/PLIST b/editors/gnotepad/PLIST
index f96dc7388a4..a7e135ebaff 100644
--- a/editors/gnotepad/PLIST
+++ b/editors/gnotepad/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:22:46 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:36 skrll Exp $
bin/gnp
man/man1/gnp.1
share/gnome/apps/Applications/gnotepad+.desktop
@@ -114,5 +114,5 @@ share/locale/ja/LC_MESSAGES/gnotepad+.mo
@dirrm share/gnotepad+
@dirrm share/gnome/help/gnotepad+/C
@dirrm share/gnome/help/gnotepad+
-@unexec rmdir share/gnome/help 2> /dev/null || true
-@unexec rmdir share/gnome/apps/Applications 2> /dev/null || true
+@unexec ${RMDIR} share/gnome/help 2> /dev/null || true
+@unexec ${RMDIR} share/gnome/apps/Applications 2> /dev/null || true
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
diff --git a/editors/speedbar/PLIST b/editors/speedbar/PLIST
index ac87a77a819..c68e756ba4e 100644
--- a/editors/speedbar/PLIST
+++ b/editors/speedbar/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:23:23 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:36 skrll Exp $
${LISPDIR}/dframe.el
${LISPDIR}/dframe.elc
${LISPDIR}/sb-dir-minus.xpm
@@ -20,4 +20,4 @@ ${LISPDIR}/speedbar.elc
@unexec install-info --delete %D/info/speedbar.info %D/info/dir
info/speedbar.info
@exec install-info %D/info/speedbar.info %D/info/dir
-@unexec rmdir %D/${LISPDIR} 2>/dev/null || true
+@unexec ${RMDIR} %D/${LISPDIR} 2>/dev/null || true
diff --git a/editors/xemacs/PLIST b/editors/xemacs/PLIST
index 05039fac5a8..33e4f1c54bb 100644
--- a/editors/xemacs/PLIST
+++ b/editors/xemacs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/13 22:31:30 skrll Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:12:37 skrll Exp $
bin/gnuattach
bin/gnuclient
bin/gnudoit
@@ -967,4 +967,4 @@ man/man1/xemacs-etags.1
@dirrm lib/${PKGNAME}
@dirrm lib/xemacs
@exec ${MKDIR} -p /var/tmp/xemacs.lock && ${CHMOD} 1777 /var/tmp/xemacs.lock
-@unexec rm -rf /var/tmp/xemacs.lock
+@unexec ${RM} -rf /var/tmp/xemacs.lock