[83561] trunk/dports/graphics/esdl/Portfile

bfulgham at macports.org bfulgham at macports.org
Mon Sep 5 16:54:13 PDT 2011


Revision: 83561
          http://trac.macports.org/changeset/83561
Author:   bfulgham at macports.org
Date:     2011-09-05 16:54:10 -0700 (Mon, 05 Sep 2011)
Log Message:
-----------
Make sure hrl's are included in dist location.

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

Modified: trunk/dports/graphics/esdl/Portfile
===================================================================
--- trunk/dports/graphics/esdl/Portfile	2011-09-05 23:44:56 UTC (rev 83560)
+++ trunk/dports/graphics/esdl/Portfile	2011-09-05 23:54:10 UTC (rev 83561)
@@ -57,11 +57,14 @@
 
 destroot {
 	xinstall -d -m 0755 ${destroot}${libdir}/ebin
+	xinstall -d -m 0755 ${destroot}${libdir}/include
 	xinstall -d -m 0755 ${destroot}${libdir}/src
 	xinstall -d -m 0755 ${destroot}${libdir}/priv
 
 	eval xinstall -m 0755 [glob ${worksrcpath}/ebin/*] \
 		${destroot}${libdir}/ebin
+	eval xinstall -m 0755 [glob ${worksrcpath}/include/*] \
+		${destroot}${libdir}/include
 	eval xinstall -m 0755 [glob ${worksrcpath}/src/*] \
 		${destroot}${libdir}/src
 	eval xinstall -m 0755 [glob ${worksrcpath}/priv/*] \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110905/0df2db84/attachment.html>


More information about the macports-changes mailing list