[83777] trunk/dports/math/ploticus/Portfile

jmr at macports.org jmr at macports.org
Sat Sep 10 14:16:56 PDT 2011


Revision: 83777
          http://trac.macports.org/changeset/83777
Author:   jmr at macports.org
Date:     2011-09-10 14:16:56 -0700 (Sat, 10 Sep 2011)
Log Message:
-----------
ploticus: install prefabs (#26589)

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

Modified: trunk/dports/math/ploticus/Portfile
===================================================================
--- trunk/dports/math/ploticus/Portfile	2011-09-10 21:09:23 UTC (rev 83776)
+++ trunk/dports/math/ploticus/Portfile	2011-09-10 21:16:56 UTC (rev 83777)
@@ -4,7 +4,7 @@
 
 name             ploticus
 version          2.41
-revision         1
+revision         2
 categories       math
 maintainers      nomaintainer
 license          GPL-2+
@@ -46,4 +46,6 @@
 
 post-destroot {
     xinstall -m 444 ${worksrcpath}/man/man1/pl.1 ${destroot}${prefix}/share/man/man1/ploticus.1
+    xinstall -d ${destroot}${prefix}/share/${name}
+    eval xinstall -m 444 [glob ${worksrcpath}/prefabs/*] ${destroot}${prefix}/share/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110910/09baa5f6/attachment-0001.html>


More information about the macports-changes mailing list