summaryrefslogtreecommitdiff
path: root/editors/emacs
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2004-01-27 00:53:10 +0000
committerheinz <heinz@pkgsrc.org>2004-01-27 00:53:10 +0000
commitc00807be673f4f2bb5250bb34151186d0006749e (patch)
tree0e38a95bbce9b72b902212b13f3fff0a72b2b5fd /editors/emacs
parentede0be0eaa8bfcc8cfdb0b40604997b8ceb055d7 (diff)
downloadpkgsrc-c00807be673f4f2bb5250bb34151186d0006749e.tar.gz
Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248
Diffstat (limited to 'editors/emacs')
-rw-r--r--editors/emacs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 281e979d38c..9bf34fb2b86 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2004/01/22 08:30:30 grant Exp $
+# $NetBSD: Makefile,v 1.67 2004/01/27 00:53:12 heinz Exp $
# FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp
DISTNAME= emacs-21.3
@@ -64,7 +64,7 @@ post-extract:
${CP} ${FILESDIR}/site-init.el ${WRKSRC}/lisp
pre-install:
- @${FIND} ${WRKSRC} -type f -name "*.orig" | ${XARGS} ${RM} -f
+ @${FIND} ${WRKSRC} -type f -name "*.orig" -print | ${XARGS} ${RM} -f
post-install:
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/emacs