From bb34de42c0ccac8e962cab97e064965d23f081de Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Thu, 13 Nov 2003 13:30:42 +0000 Subject: Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. --- net/ntp-devel/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net/ntp-devel') diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index 90febb39c523..7145e0038ead 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -32,8 +32,9 @@ post-install: @${MKDIR} ${PREFIX}/share/doc/ntp ${TAR} -C ${WRKSRC}/html -cf - . | \ ${TAR} -C ${PREFIX}/share/doc/ntp --unlink -xf - - find ${PREFIX}/share/doc/ntp | xargs ${CHOWN} ${SHAREOWN}:${SHAREGRP} - find ${PREFIX}/share/doc/ntp -type f | xargs ${CHMOD} ${SHAREMODE} + ${FIND} ${PREFIX}/share/doc/ntp | \ + ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP} + ${FIND} ${PREFIX}/share/doc/ntp -type f | ${XARGS} ${CHMOD} ${SHAREMODE} .endif .include -- cgit v1.2.3