summaryrefslogtreecommitdiff
path: root/x11/xjman/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xjman/Makefile')
-rw-r--r--x11/xjman/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xjman/Makefile b/x11/xjman/Makefile
index 95debbd30a8..6e7e3a570a0 100644
--- a/x11/xjman/Makefile
+++ b/x11/xjman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/20 12:28:28 agc Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/27 00:53:10 heinz Exp $
# FreeBSD Id: ports/japanese/xjman/Makefile,v 1.10 1999/10/30 15:34:24 sada Exp
DISTNAME= xjman-0.5
@@ -54,11 +54,11 @@ MKCATPAGES?= yes
post-build:
@${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
@(cd ${WRKSRC}; \
- ${FIND} man1/*.1 man3/*.3 man5/*.5 -type f | \
+ ${FIND} man1/*.1 man3/*.3 man5/*.5 -type f -print | \
${SED} -e 's|^|${XJMANDIR}/|' | sort >> ${PLIST_SRC})
.if ${MKCATPAGES} != no
@(cd ${WRKSRC}; \
- ${FIND} man1/*.1 man3/*.3 man5/*.5 -type f | \
+ ${FIND} man1/*.1 man3/*.3 man5/*.5 -type f -print | \
${SED} -e 's|^|${XJMANDIR}/|' \
-e 's|man[135]\(/.*\)\.\([135]\)$$|cat\2\1.0|' | \
sort >> ${PLIST_SRC})