[138008] trunk/dports/x11/wine/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jun 25 14:16:40 PDT 2015


Revision: 138008
          https://trac.macports.org/changeset/138008
Author:   ryandesign at macports.org
Date:     2015-06-25 14:16:40 -0700 (Thu, 25 Jun 2015)
Log Message:
-----------
wine: use docdir variable

Modified Paths:
--------------
    trunk/dports/x11/wine/Portfile

Modified: trunk/dports/x11/wine/Portfile
===================================================================
--- trunk/dports/x11/wine/Portfile	2015-06-25 19:57:55 UTC (rev 138007)
+++ trunk/dports/x11/wine/Portfile	2015-06-25 21:16:40 UTC (rev 138008)
@@ -213,14 +213,15 @@
     xinstall -d ${destroot}${prefix}/share/wine/mono
     xinstall -m 644 ${distpath}/${wine_mono_distfile} ${destroot}${prefix}/share/wine/mono
 
-    xinstall -d ${destroot}${prefix}/share/doc/${name}
+    set docdir ${prefix}/share/doc/${my_name}
+    xinstall -d ${destroot}${docdir}
     xinstall -m 644 -W ${worksrcpath} \
         ANNOUNCE \
         AUTHORS \
         COPYING.LIB \
         LICENSE \
         README \
-        ${destroot}${prefix}/share/doc/${name}
+        ${destroot}${docdir}
 }
 
 livecheck.type              regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150625/db538304/attachment-0001.html>


More information about the macports-changes mailing list