From e99ceadaf6c77b80c19e16d91306e944305b1c88 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Thu, 13 Nov 2003 14:45:08 +0000 Subject: Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. --- games/ptkei/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/ptkei/Makefile') diff --git a/games/ptkei/Makefile b/games/ptkei/Makefile index 363d19e33a9b..c49b631adc45 100644 --- a/games/ptkei/Makefile +++ b/games/ptkei/Makefile @@ -19,9 +19,9 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinte USE_PYTHON= yes do-build: - @find ${WRKSRC} -name "*.pyc" | xargs ${RM} - @find ${WRKSRC} \( -type f -or -type l \) | xargs ${CHMOD} 644 - @find ${WRKSRC} -type d | xargs ${CHMOD} 755 + @${FIND} ${WRKSRC} -name "*.pyc" | ${XARGS} ${RM} + @${FIND} ${WRKSRC} \( -type f -or -type l \) | ${XARGS} ${CHMOD} 644 + @${FIND} ${WRKSRC} -type d | ${XARGS} ${CHMOD} 755 @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} 2>/dev/null do-install: -- cgit v1.2.3