diff options
author | tron <tron> | 1998-09-04 02:30:25 +0000 |
---|---|---|
committer | tron <tron> | 1998-09-04 02:30:25 +0000 |
commit | 0364cf5b2942fbc8bc63a7e9e45563d86e3527df (patch) | |
tree | d9abf401193557e6aec7d46735e2a0fc401aae04 /editors/emacs | |
parent | 852f2c72706639329918582c802b1d0c98734731 (diff) | |
download | pkgsrc-0364cf5b2942fbc8bc63a7e9e45563d86e3527df.tar.gz |
pkglint: "rm" -> "${RM}"
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 4 |
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 |