[112990] trunk/dports/devel/wemux/Portfile

g5pw at macports.org g5pw at macports.org
Wed Nov 6 05:45:31 PST 2013


Revision: 112990
          https://trac.macports.org/changeset/112990
Author:   g5pw at macports.org
Date:     2013-11-06 05:45:31 -0800 (Wed, 06 Nov 2013)
Log Message:
-----------
devel/wemux:
  patch wemux to look for configuration in $prefix
  revbump

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

Modified: trunk/dports/devel/wemux/Portfile
===================================================================
--- trunk/dports/devel/wemux/Portfile	2013-11-06 13:45:17 UTC (rev 112989)
+++ trunk/dports/devel/wemux/Portfile	2013-11-06 13:45:31 UTC (rev 112990)
@@ -5,6 +5,7 @@
 PortGroup           github 1.0
 
 github.setup        zolrath wemux 2.2.0 v
+revision            1
 maintainers         g5pw
 license             MIT
 categories          devel
@@ -21,6 +22,10 @@
 
 use_configure       no
 
+patch {
+    reinplace "s|/etc/wemux|${prefix}&|g" ${worksrcpath}/wemux
+}
+
 build {}
 
 destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131106/f09a9003/attachment.html>


More information about the macports-changes mailing list