From 18a916d5e6481b140ffb5e120e09d36645a44a11 Mon Sep 17 00:00:00 2001 From: heinz Date: Tue, 27 Jan 2004 00:53:10 +0000 Subject: Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 --- x11/xjman/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11/xjman') 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}) -- cgit v1.2.3