summaryrefslogtreecommitdiff
path: root/graphics/osg
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-05-11 09:08:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-05-11 09:08:52 +0000
commitea41b5fe6ee36df8284a747f2ba41fbad7d7c75a (patch)
tree644d354594601ae9f5492256e00a68269f4c4a1a /graphics/osg
parentWhoops, ijliao forgot another library. (diff)
Whoops again! ijliao didn't actually test whether this package installs
(find --delete -> find -delete). Pointy hat to: ijliao (broke the port 4 different ways with a single commit!)
Notes
Notes: svn path=/head/; revision=58902
Diffstat (limited to 'graphics/osg')
-rw-r--r--graphics/osg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile
index 6786ac585228..93a7ceeddc04 100644
--- a/graphics/osg/Makefile
+++ b/graphics/osg/Makefile
@@ -34,7 +34,7 @@ pre-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/osgconv ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/bin/sgv ${PREFIX}/bin
- ${FIND} ${WRKSRC}/include -name '*.orig' --delete
+ ${FIND} ${WRKSRC}/include -name '*.orig' -delete
${CP} -r ${WRKSRC}/include/ ${PREFIX}/include/
${INSTALL_DATA} ${WRKSRC}/lib/libosg.so ${PREFIX}/lib/libosg.so.1
${INSTALL_DATA} ${WRKSRC}/lib/libosgDB.so ${PREFIX}/lib/libosgDB.so.1