From f725dc8ef5848b5e69ebefdc7c1f1517f26643fb Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Thu, 13 Nov 2003 12:54:57 +0000 Subject: Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. --- palm/sitescooper/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'palm/sitescooper') diff --git a/palm/sitescooper/Makefile b/palm/sitescooper/Makefile index 6e001550f01f..29a1269776b0 100644 --- a/palm/sitescooper/Makefile +++ b/palm/sitescooper/Makefile @@ -46,9 +46,9 @@ do-install: ${MKDIR} ${SITE_PERL}/${D} ${INSTALL_DATA} ${WRKSRC}/lib/${D}/* ${SITE_PERL}/${D} .endfor - (cd ${WRKSRC}; /usr/bin/find profile_samples site_samples -type d \ + (cd ${WRKSRC}; ${FIND} profile_samples site_samples -type d \ -exec ${MKDIR} "${PREFIX}/share/sitescooper/{}" \;) - (cd ${WRKSRC}; /usr/bin/find profile_samples site_samples -type f \ + (cd ${WRKSRC}; ${FIND} profile_samples site_samples -type f \ -exec ${INSTALL_DATA} "{}" "${PREFIX}/share/sitescooper/{}" \;) .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} -- cgit v1.2.3