[136013] trunk/dports/devel/bison/Portfile

larryv at macports.org larryv at macports.org
Sat May 9 08:48:32 PDT 2015


Revision: 136013
          https://trac.macports.org/changeset/136013
Author:   larryv at macports.org
Date:     2015-05-09 08:48:32 -0700 (Sat, 09 May 2015)
Log Message:
-----------
bison: Move examples back to `${prefix}/share/doc/bison`

https://lists.macosforge.org/pipermail/macports-dev/2013-October/024727.html

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

Modified: trunk/dports/devel/bison/Portfile
===================================================================
--- trunk/dports/devel/bison/Portfile	2015-05-09 15:48:29 UTC (rev 136012)
+++ trunk/dports/devel/bison/Portfile	2015-05-09 15:48:32 UTC (rev 136013)
@@ -8,6 +8,9 @@
 
 epoch               1
 version             3.0.4
+if {${subport} eq "bison"} {
+    revision        1
+}
 categories          devel
 platforms           darwin
 if {${subport} eq "bison-runtime"} {
@@ -79,12 +82,6 @@
     test.run        yes
     test.target     check
 
-    post-destroot {
-        xinstall -d ${destroot}${prefix}/share/examples
-        move ${destroot}${prefix}/share/doc/${subport}/examples \
-                ${destroot}${prefix}/share/examples/${subport}
-    }
-
     livecheck.type  regex
     livecheck.url   http://ftp.gnu.org/gnu/bison/
     livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150509/3b589712/attachment.html>


More information about the macports-changes mailing list