summaryrefslogtreecommitdiff
path: root/editors/emacs
diff options
context:
space:
mode:
authortron <tron>1998-09-04 02:30:25 +0000
committertron <tron>1998-09-04 02:30:25 +0000
commit0364cf5b2942fbc8bc63a7e9e45563d86e3527df (patch)
treed9abf401193557e6aec7d46735e2a0fc401aae04 /editors/emacs
parent852f2c72706639329918582c802b1d0c98734731 (diff)
downloadpkgsrc-0364cf5b2942fbc8bc63a7e9e45563d86e3527df.tar.gz
pkglint: "rm" -> "${RM}"
Diffstat (limited to 'editors/emacs')
-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