summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz>2000-01-02 03:14:03 +0000
committerwiz <wiz>2000-01-02 03:14:03 +0000
commit3a66b151da5f839ffb7157e15bd082c42fdc5236 (patch)
tree74d62630cb5accb6f45807207a2c670af18fa2c2 /editors
parent8079880d9eecae5969b35713bbeb80439b123a47 (diff)
downloadpkgsrc-3a66b151da5f839ffb7157e15bd082c42fdc5236.tar.gz
replaced some commands by their ${COMMAND} counterparts
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/Makefile4
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