summaryrefslogtreecommitdiffstats
path: root/graphics/ray++/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-09-29 08:07:47 +0000
committerijliao <ijliao@FreeBSD.org>2002-09-29 08:07:47 +0000
commite192667b15b8f0e87286ddfcfc7298e1d9342dea (patch)
tree0dc4a3b30902b2f47b536be78e219b125441c267 /graphics/ray++/Makefile
parent21235fc28e9a76b3ba4673f6fc9c0313cb4e1727 (diff)
downloadFreeBSD-ports-e192667b15b8f0e87286ddfcfc7298e1d9342dea.zip
FreeBSD-ports-e192667b15b8f0e87286ddfcfc7298e1d9342dea.tar.gz
find->${FIND},xargs->${XARGS}
PR: 40791 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Diffstat (limited to 'graphics/ray++/Makefile')
-rw-r--r--graphics/ray++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ray++/Makefile b/graphics/ray++/Makefile
index ae6201d..49172c7 100644
--- a/graphics/ray++/Makefile
+++ b/graphics/ray++/Makefile
@@ -21,7 +21,7 @@ INSTALLS_SHLIB= yes
do-install:
@(cd ${WRKSRC} ; \
${INSTALL_DATA} ray++.so ${PREFIX}/lib ; \
- find * -name "*.h" | cpio -pdum ${PREFIX}/include/${PORTNAME} ; \
+ ${FIND} * -name "*.h" | cpio -pdum ${PREFIX}/include/${PORTNAME} ; \
${CHMOD} -R 755 ${PREFIX}/include/${PORTNAME} )
.include <bsd.port.mk>
OpenPOWER on IntegriCloud