Revision
118284
Author
g5pw@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

Diff

Modified: trunk/dports/devel/wemux/Portfile (118283 => 118284)


--- 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 {}