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

g5pw at macports.org g5pw at macports.org
Fri Mar 28 14:31:27 PDT 2014


Revision: 118284
          https://trac.macports.org/changeset/118284
Author:   g5pw at macports.org
Date:     2014-03-28 14:31:27 -0700 (Fri, 28 Mar 2014)
Log Message:
-----------
devel/wemux:
  fix conf file location (closes #43096)
  change prefix in documentation, too.

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

Modified: trunk/dports/devel/wemux/Portfile
===================================================================
--- trunk/dports/devel/wemux/Portfile	2014-03-28 21:01:30 UTC (rev 118283)
+++ trunk/dports/devel/wemux/Portfile	2014-03-28 21:31:27 UTC (rev 118284)
@@ -5,7 +5,7 @@
 PortGroup           github 1.0
 
 github.setup        zolrath wemux 3.2.0 v
-revision            1
+revision            2
 maintainers         g5pw
 license             MIT
 categories          devel
@@ -23,7 +23,7 @@
 use_configure       no
 
 patch {
-    reinplace "s|/etc/wemux|${prefix}&|g" ${worksrcpath}/wemux
+    reinplace "s|/usr/local|${prefix}|g" wemux README.md man/wemux.1
 }
 
 build {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140328/4b40773a/attachment.html>


More information about the macports-changes mailing list