diff options
author | wiz <wiz@pkgsrc.org> | 2000-01-02 03:14:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-01-02 03:14:03 +0000 |
commit | 855416f2897660fc56085805e75a21144ba6c247 (patch) | |
tree | 74d62630cb5accb6f45807207a2c670af18fa2c2 /editors/emacs | |
parent | 67070df67b8cb2173bdbaea6fd997dba4ce1c5d2 (diff) | |
download | pkgsrc-855416f2897660fc56085805e75a21144ba6c247.tar.gz |
replaced some commands by their ${COMMAND} counterparts
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 21c6c4e9ec4..0f36dacab1b 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 1999/12/28 14:08:53 tron Exp $ +# $NetBSD: Makefile,v 1.33 2000/01/02 03:14:58 wiz Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp DISTNAME= emacs-20.5a @@ -18,7 +18,7 @@ INSTALL_PROGRAM=${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} WRKSRC= ${WRKDIR}/emacs-20.5 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 |