[127806] trunk/dports/gis/proj/Portfile

vince at macports.org vince at macports.org
Tue Nov 4 06:36:13 PST 2014


Revision: 127806
          https://trac.macports.org/changeset/127806
Author:   vince at macports.org
Date:     2014-11-04 06:36:13 -0800 (Tue, 04 Nov 2014)
Log Message:
-----------
proj: install the projects.h header, deprecated but still needed by others ports (e.g. saga)

Modified Paths:
--------------
    trunk/dports/gis/proj/Portfile

Modified: trunk/dports/gis/proj/Portfile
===================================================================
--- trunk/dports/gis/proj/Portfile	2014-11-04 14:11:16 UTC (rev 127805)
+++ trunk/dports/gis/proj/Portfile	2014-11-04 14:36:13 UTC (rev 127806)
@@ -37,6 +37,10 @@
     system "unzip ${distpath}/${name}-datumgrid-${datumgrid_version}.zip -d ${worksrcpath}/nad"
 }
 
+pre-destroot {
+    file copy ${worksrcpath}/src/projects.h ${destroot}${prefix}/include
+}
+
 configure.args      --mandir=${prefix}/share/man
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141104/648217a3/attachment.html>


More information about the macports-changes mailing list