aboutsummaryrefslogtreecommitdiff
path: root/graphics/opennurbs
diff options
context:
space:
mode:
authorMichael Scheidell <scheidell@FreeBSD.org>2012-03-22 17:36:16 +0000
committerMichael Scheidell <scheidell@FreeBSD.org>2012-03-22 17:36:16 +0000
commit3b557cd427054860d754eb44b0e905abbb353fee (patch)
tree839d51a3a83b1a4ca639031550829a08cc153080 /graphics/opennurbs
parent0ccd6cfd6c619af054a0ee92aecc2241714b2335 (diff)
downloadports-3b557cd427054860d754eb44b0e905abbb353fee.tar.gz
ports-3b557cd427054860d754eb44b0e905abbb353fee.zip
- Change install from mv to install_data
- No PORTREVISION bump (only affected reinstall without clean) PR: ports/166210 Reported by: wxs@ Approved by: Fernando Apesteguía <fernando.apesteguia@gmail.com> (maintainer) Feature safe: yes
Notes
Notes: svn path=/head/; revision=293677
Diffstat (limited to 'graphics/opennurbs')
-rw-r--r--graphics/opennurbs/Makefile4
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>