diff options
Diffstat (limited to 'mail/wl')
-rw-r--r-- | mail/wl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/wl/Makefile b/mail/wl/Makefile index 98e3d7030c7..87c6cfb6514 100644 --- a/mail/wl/Makefile +++ b/mail/wl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/08/09 11:08:55 seb Exp $ +# $NetBSD: Makefile,v 1.17 2004/01/27 00:53:11 heinz Exp $ DISTNAME= wl-2.10.0 CATEGORIES= mail @@ -27,7 +27,7 @@ PLIST_SRC= ${WRKDIR}/PLIST post-build: @{ \ ${CAT} ${PKGDIR}/PLIST.header; \ - ${FIND} ${WRKSRC} -name '*.elc' | \ + ${FIND} ${WRKSRC} -name '*.elc' -print | \ while read f; do \ g=$$(basename $$f); \ echo '$${EMACS_LISPPREFIX}/wl/'$${g%.elc}.el; \ |