diff options
Diffstat (limited to 'editors/emacs-nox11/Makefile')
-rw-r--r-- | editors/emacs-nox11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile index 96148862b4c..eff016fe4db 100644 --- a/editors/emacs-nox11/Makefile +++ b/editors/emacs-nox11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/22 08:30:30 grant Exp $ +# $NetBSD: Makefile,v 1.8 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 @@ -32,7 +32,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 |