[97969] trunk/dports/math/boolector/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Sep 20 21:46:11 PDT 2012


Revision: 97969
          http://trac.macports.org//changeset/97969
Author:   ryandesign at macports.org
Date:     2012-09-20 21:46:11 -0700 (Thu, 20 Sep 2012)
Log Message:
-----------
boolector: no need to create standard directories in destroot

Modified Paths:
--------------
    trunk/dports/math/boolector/Portfile

Modified: trunk/dports/math/boolector/Portfile
===================================================================
--- trunk/dports/math/boolector/Portfile	2012-09-21 04:45:07 UTC (rev 97968)
+++ trunk/dports/math/boolector/Portfile	2012-09-21 04:46:11 UTC (rev 97969)
@@ -38,10 +38,7 @@
 configure.pre_args
 
 destroot {
-    xinstall -m 755 -d ${destroot}${prefix}/bin \
-        ${destroot}${prefix}/include \
-        ${destroot}${prefix}/lib \
-        ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 755 -W ${worksrcpath} synthebtor deltabtor boolector \
         ${destroot}${prefix}/bin
     xinstall -m 644 ${worksrcpath}/boolector.h \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120920/2d3e1d88/attachment.html>


More information about the macports-changes mailing list