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