[117109] trunk/dports/graphics/opencv/Portfile

stromnov at macports.org stromnov at macports.org
Sun Feb 16 12:30:35 PST 2014


Revision: 117109
          https://trac.macports.org/changeset/117109
Author:   stromnov at macports.org
Date:     2014-02-16 12:30:35 -0800 (Sun, 16 Feb 2014)
Log Message:
-----------
opencv: fix placement of cmake files (#42390)

Modified Paths:
--------------
    trunk/dports/graphics/opencv/Portfile

Modified: trunk/dports/graphics/opencv/Portfile
===================================================================
--- trunk/dports/graphics/opencv/Portfile	2014-02-16 20:09:38 UTC (rev 117108)
+++ trunk/dports/graphics/opencv/Portfile	2014-02-16 20:30:35 UTC (rev 117109)
@@ -7,7 +7,7 @@
 
 name                opencv
 version             2.4.8
-revision            0
+revision            1
 categories          graphics science
 platforms           darwin
 license             BSD
@@ -148,15 +148,6 @@
     configure.args-append   -DWITH_GCD=OFF
 }
 
-post-destroot {
-    xinstall -d ${destroot}${prefix}/lib/cmake
-    move ${destroot}${prefix}/share/OpenCV/OpenCVConfig-version.cmake \
-        ${destroot}${prefix}/share/OpenCV/OpenCVConfig.cmake \
-        ${destroot}${prefix}/share/OpenCV/OpenCVModules.cmake \
-        ${destroot}${prefix}/share/OpenCV/OpenCVModules-release.cmake \
-        ${destroot}${prefix}/lib/cmake/
-}
-
 variant eigen description {Enable eigen support.} {
     depends_lib-append      port:eigen3
     configure.args-delete   -DWITH_EIGEN=OFF
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140216/c8d762df/attachment.html>


More information about the macports-changes mailing list