diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-08 12:18:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-08 12:18:45 +0000 |
commit | 18f63071e3a086bc98f54f9bbdf3467ac111a67a (patch) | |
tree | bbf342622e3bf22c813f7929adff80cfe23dadcb /graphics/osg-devel | |
parent | 510a704241652ae522dbf7fdf23e14a053b57e58 (diff) | |
download | ports-18f63071e3a086bc98f54f9bbdf3467ac111a67a.tar.gz ports-18f63071e3a086bc98f54f9bbdf3467ac111a67a.zip |
Notes
Diffstat (limited to 'graphics/osg-devel')
-rw-r--r-- | graphics/osg-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile index 2381faf51986..b530281b7cb1 100644 --- a/graphics/osg-devel/Makefile +++ b/graphics/osg-devel/Makefile @@ -211,6 +211,8 @@ USE_XORG+= xrandr .endif post-patch: + @${FIND} ${WRKSRC}/CMakeModules -type f -print0 | ${XARGS} -0 \ + ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' .for p in ${FORCE_REQUIRE} @${REINPLACE_CMD} -e '/FIND_PACKAGE.*${p}/ s|)$$| REQUIRED&|' \ ${WRKSRC}/CMakeLists.txt |