diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-03-10 13:52:53 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-03-10 13:52:53 +0000 |
commit | 118b5153d1c9c5bd19db6b349881bd2972c9728b (patch) | |
tree | 12c5bffbb884f03baa3bb42f19963b0b96087b90 /editors | |
parent | 76b93682ef1da9021086d73c2c2afd6cd505d3c9 (diff) | |
download | pkgsrc-118b5153d1c9c5bd19db6b349881bd2972c9728b.tar.gz |
portlint: use ${RM} instead of rm.
Diffstat (limited to 'editors')
-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 10f169ff4b8..4a35ea83879 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -3,7 +3,7 @@ # Date created: 11 October 1997 # Whom: hubertf # -# $NetBSD: Makefile,v 1.10 1998/03/03 16:27:34 hubertf Exp $ +# $NetBSD: Makefile,v 1.11 1998/03/10 13:52:53 frueauf Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp # @@ -26,7 +26,7 @@ MAKE_ENV+= INSTALL_STRIP=${STRIPFLAG} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" post-install: - rm -f ${PREFIX}/share/emacs/20.2/etc/DOC-20.2.[13-9]* + ${RM} -f ${PREFIX}/share/emacs/20.2/etc/DOC-20.2.[13-9]* chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/emacs .if (${OPSYS} != "NetBSD") if [ ! -f ${PREFIX}/info/dir ]; then \ |