summaryrefslogtreecommitdiff
path: root/mail/wl
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2003-01-28 03:08:01 +0000
committeruebayasi <uebayasi>2003-01-28 03:08:01 +0000
commit2c3542f7cbf9ade40f73e6d57c5deed6b98f48d7 (patch)
tree837c9d13907e893614b9fef7cf2ce41a83b8979a /mail/wl
parent9f2168cde01a8142b7a2fbe6b841cebd0e828ff3 (diff)
downloadpkgsrc-2c3542f7cbf9ade40f73e6d57c5deed6b98f48d7.tar.gz
Clean up.
Diffstat (limited to 'mail/wl')
-rw-r--r--mail/wl/Makefile15
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