diff options
Diffstat (limited to 'graphics/opennurbs')
-rw-r--r-- | graphics/opennurbs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/opennurbs/Makefile b/graphics/opennurbs/Makefile index ff26737bd616..992356635dc7 100644 --- a/graphics/opennurbs/Makefile +++ b/graphics/opennurbs/Makefile @@ -34,7 +34,7 @@ do-install: .endfor @${MKDIR} ${PREFIX}/include/openNURBS @${MKDIR} ${PREFIX}/include/openNURBS/zlib - @${MV} ${WRKSRC}/*.h ${PREFIX}/include/openNURBS/ - @${MV} ${WRKSRC}/zlib/*.h ${PREFIX}/include/openNURBS/zlib + @${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/openNURBS/ + @${INSTALL_DATA} ${WRKSRC}/zlib/*.h ${PREFIX}/include/openNURBS/zlib .include <bsd.port.mk> |