diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-01-28 03:08:01 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-01-28 03:08:01 +0000 |
commit | 90b70472e1badf99181a4deaec02e16e01db804e (patch) | |
tree | 837c9d13907e893614b9fef7cf2ce41a83b8979a /mail/wl | |
parent | 3acaeaf56f9309f16360a5ec4948427086fde38d (diff) | |
download | pkgsrc-90b70472e1badf99181a4deaec02e16e01db804e.tar.gz |
Clean up.
Diffstat (limited to 'mail/wl')
-rw-r--r-- | mail/wl/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
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 |