[125089] trunk/dports/archivers/lzma/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Sep 4 21:09:49 PDT 2014


Revision: 125089
          https://trac.macports.org/changeset/125089
Author:   ryandesign at macports.org
Date:     2014-09-04 21:09:49 -0700 (Thu, 04 Sep 2014)
Log Message:
-----------
lzma: installs_libs no; use notes instead of post-install ui_msg

Modified Paths:
--------------
    trunk/dports/archivers/lzma/Portfile

Modified: trunk/dports/archivers/lzma/Portfile
===================================================================
--- trunk/dports/archivers/lzma/Portfile	2014-09-05 03:12:37 UTC (rev 125088)
+++ trunk/dports/archivers/lzma/Portfile	2014-09-05 04:09:49 UTC (rev 125089)
@@ -43,9 +43,7 @@
 build.type      gnu
 build.args      -f makefile.gcc
 
-post-install {
-    ui_msg "The LZMA SDK program is installed as \"lzma_alone\", to avoid conflict with LZMA Utils"
-}
+installs_libs   no
 
 destroot {
     xinstall -s ${worksrcpath}/CPP/7zip/Compress/LZMA_Alone/lzma ${destroot}${prefix}/bin/lzma_alone
@@ -57,6 +55,9 @@
         ${destroot}${docdir}
 }
 
+notes "
+The LZMA SDK program is installed as \"lzma_alone\", to avoid conflict with LZMA Utils
+"
+
 livecheck.type  regex
 livecheck.regex {(\d+(?:\.\d+)*):}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140904/1a5602be/attachment.html>


More information about the macports-changes mailing list