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. --- math/py-gato/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/py-gato') diff --git a/math/py-gato/Makefile b/math/py-gato/Makefile index 533f2b108bd0..b19ae6fa6f29 100644 --- a/math/py-gato/Makefile +++ b/math/py-gato/Makefile @@ -33,7 +33,7 @@ do-build: do-install: @ ${MKDIR} ${GATO_DIR} - @ cd ${WRKSRC} && find *.py *.pyc *.pyo \ + @ cd ${WRKSRC} && ${FIND} *.py *.pyc *.pyo \ -name Gato.py\* -o -name Gred.py\* -o -print \ | ${CPIO} ${BINOWN}:${BINGRP} ${GATO_DIR} .for script in Gato Gred -- cgit v1.2.3