From 6082ca2e05b85fdb12f2aef925cab45c43bde641 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sun, 29 Sep 2002 08:07:47 +0000 Subject: find->${FIND},xargs->${XARGS} PR: 40791 Submitted by: Simon 'corecode' Schubert --- devel/make++/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/make++') diff --git a/devel/make++/Makefile b/devel/make++/Makefile index 54136e21712d..68a94ef3717d 100644 --- a/devel/make++/Makefile +++ b/devel/make++/Makefile @@ -29,11 +29,11 @@ do-install: @${MKDIR} ${DATADIR}/Signature ${INSTALL_SCRIPT} ${WRKSRC}/recursive_makepp ${DATADIR} @(cd ${WRKSRC} ; \ - find . -name "*.pm" -maxdepth 1 -exec ${INSTALL_SCRIPT} {} ${DATADIR} \;) + ${FIND} . -name "*.pm" -maxdepth 1 -exec ${INSTALL_SCRIPT} {} ${DATADIR} \;) @(cd ${WRKSRC}/Signature ; \ - find . -name "*.pm" -exec ${INSTALL_SCRIPT} {} ${DATADIR}/Signature \;) + ${FIND} . -name "*.pm" -exec ${INSTALL_SCRIPT} {} ${DATADIR}/Signature \;) @(cd ${WRKSRC} ; \ - find . -name "*.mk" -exec ${INSTALL_SCRIPT} {} ${DATADIR} \;) + ${FIND} . -name "*.mk" -exec ${INSTALL_SCRIPT} {} ${DATADIR} \;) @${MKDIR} ${DATADIR}/html ${CP} ${WRKSRC}/doc/* ${DATADIR}/html -- cgit v1.2.3