portlint: use ${RM} instead of rm.

This commit is contained in:
frueauf 1998-03-10 13:52:53 +00:00
parent 76b93682ef
commit 118b5153d1

View file

@ -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 \