diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-29 08:07:47 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-29 08:07:47 +0000 |
commit | 6082ca2e05b85fdb12f2aef925cab45c43bde641 (patch) | |
tree | a0f246c26b50146fa795ed24dbed9fe7377d3238 /graphics/ray++ | |
parent | 3b663578f7f4fadc03c93424b74df4b217f91c8f (diff) |
Notes
Diffstat (limited to 'graphics/ray++')
-rw-r--r-- | graphics/ray++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ray++/Makefile b/graphics/ray++/Makefile index ae6201df2950..49172c7719a1 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> |