summaryrefslogtreecommitdiff
path: root/editors/xemacs/PLIST
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/xemacs/PLIST
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/xemacs/PLIST')
-rw-r--r--editors/xemacs/PLIST4
1 files changed, 2 insertions, 2 deletions
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