summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortron <tron>1998-09-04 02:30:25 +0000
committertron <tron>1998-09-04 02:30:25 +0000
commitefdce3a3f07f52e61ece234b34cb04345efe0be0 (patch)
treed9abf401193557e6aec7d46735e2a0fc401aae04 /editors
parent01c54452c20148ecf3aee28d613f3f6c0da8bd02 (diff)
downloadpkgsrc-efdce3a3f07f52e61ece234b34cb04345efe0be0.tar.gz
pkglint: "rm" -> "${RM}"
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 48bcc925b6f..7d0b7fe853d 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 1998/09/04 02:28:52 tron Exp $
+# $NetBSD: Makefile,v 1.21 1998/09/04 02:30:25 tron Exp $
# FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp
#
@@ -21,7 +21,7 @@ INFO_FILES= emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode message w
INSTALL_PROGRAM= ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
pre-install:
- @find ${WRKSRC} -type f -name "*.orig" | xargs rm -f
+ @find ${WRKSRC} -type f -name "*.orig" | xargs ${RM} -f
post-install:
chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/emacs