summaryrefslogtreecommitdiff
path: root/editors/emacs20/Makefile
diff options
context:
space:
mode:
authorheinz <heinz>2004-01-27 00:53:10 +0000
committerheinz <heinz>2004-01-27 00:53:10 +0000
commitc4a746650ec3ce51092f46b30440ee814f6dbcaa (patch)
tree0e38a95bbce9b72b902212b13f3fff0a72b2b5fd /editors/emacs20/Makefile
parentd8e3f2f0d5830a73b60fbd37e5d63bfc0282c3c6 (diff)
downloadpkgsrc-c4a746650ec3ce51092f46b30440ee814f6dbcaa.tar.gz
Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248
Diffstat (limited to 'editors/emacs20/Makefile')
-rw-r--r--editors/emacs20/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile
index abdd65a3606..377c5c3ca3d 100644
--- a/editors/emacs20/Makefile
+++ b/editors/emacs20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/22 08:30:30 grant Exp $
+# $NetBSD: Makefile,v 1.10 2004/01/27 00:53:11 heinz Exp $
DISTNAME= emacs-20.7
PKGREVISION= 2
@@ -80,7 +80,7 @@ INFO_FILES= emacs vip viper forms gnus mh-e cl sc dired-x ediff \
INSTALL_PROGRAM=${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
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