From 90b70472e1badf99181a4deaec02e16e01db804e Mon Sep 17 00:00:00 2001 From: uebayasi Date: Tue, 28 Jan 2003 03:08:01 +0000 Subject: Clean up. --- mail/wl/Makefile | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'mail') diff --git a/mail/wl/Makefile b/mail/wl/Makefile index 198f351e70b..2d6e9c7ff9b 100644 --- a/mail/wl/Makefile +++ b/mail/wl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/01/28 02:56:23 uebayasi Exp $ +# $NetBSD: Makefile,v 1.12 2003/01/28 03:08:01 uebayasi Exp $ DISTNAME= wl-2.10.0 CATEGORIES= mail @@ -25,17 +25,16 @@ EXAMPLESDIR= ${PREFIX}/share/examples/wl PLIST_SRC= ${WRKDIR}/PLIST post-build: - @${CAT} ${PKGDIR}/PLIST.header >${PLIST_SRC} - @( \ - cd ${WRKSRC}; \ - ${FIND} * -name '*.elc' | \ + @{ \ + ${CAT} ${PKGDIR}/PLIST.header; \ + ${FIND} ${WRKSRC} -name '*.elc' | \ while read f; do \ g=$$(basename $$f); \ echo '$${EMACS_LISPPREFIX}/wl/'$${g%.elc}.el; \ echo '$${EMACS_LISPPREFIX}/wl/'$$g; \ - done \ - ) | ${SORT} >>${PLIST_SRC} - @${CAT} ${PKGDIR}/PLIST.footer >>${PLIST_SRC} + done | ${SORT}; \ + ${CAT} ${PKGDIR}/PLIST.footer; \ + } >${PLIST_SRC} post-install: @${INSTALL_DATA_DIR} ${DOCDIR}/en ${DOCDIR}/ja -- cgit v1.2.3