[41480] trunk/dports/devel/lightning/Portfile

blb at macports.org blb at macports.org
Mon Nov 3 23:07:34 PST 2008


Revision: 41480
          http://trac.macports.org/changeset/41480
Author:   blb at macports.org
Date:     2008-11-03 23:07:34 -0800 (Mon, 03 Nov 2008)
Log Message:
-----------
devel/lightning - install base lightning.h header file, ticket #12863

Modified Paths:
--------------
    trunk/dports/devel/lightning/Portfile

Modified: trunk/dports/devel/lightning/Portfile
===================================================================
--- trunk/dports/devel/lightning/Portfile	2008-11-04 06:49:20 UTC (rev 41479)
+++ trunk/dports/devel/lightning/Portfile	2008-11-04 07:07:34 UTC (rev 41480)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name             lightning
 version          1.2
+revision         1
 categories       devel
 maintainers      nomaintainer
 description      Generates assembly language code at run-time
@@ -22,3 +23,8 @@
 
 test.run         yes
 test.target      check
+
+post-destroot {
+   xinstall -m 644 -W ${worksrcpath} lightning.h ${destroot}${prefix}/include
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081103/ccd35dd1/attachment.html>


More information about the macports-changes mailing list