[145962] trunk/dports/www/wp-cli/Portfile

takeshi at macports.org takeshi at macports.org
Mon Feb 22 20:27:57 PST 2016


Revision: 145962
          https://trac.macports.org/changeset/145962
Author:   takeshi at macports.org
Date:     2016-02-22 20:27:56 -0800 (Mon, 22 Feb 2016)
Log Message:
-----------
wp-cli: install as standard wp rather than wp-cli

Modified Paths:
--------------
    trunk/dports/www/wp-cli/Portfile

Modified: trunk/dports/www/wp-cli/Portfile
===================================================================
--- trunk/dports/www/wp-cli/Portfile	2016-02-23 04:13:38 UTC (rev 145961)
+++ trunk/dports/www/wp-cli/Portfile	2016-02-23 04:27:56 UTC (rev 145962)
@@ -6,6 +6,7 @@
 
 github.setup wp-cli wp-cli 0.22.0 v
 github.tarball_from releases
+revision            1
 categories          www php devel
 platforms           darwin
 supported_archs     noarch
@@ -25,5 +26,5 @@
 use_configure       no
 build {}
 destroot {
-    xinstall -m 755 ${distpath}/${distfiles} ${destroot}${prefix}/bin/${name}
+    xinstall -m 755 ${distpath}/${distfiles} ${destroot}${prefix}/bin/wp
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160222/d4a2f97e/attachment.html>


More information about the macports-changes mailing list