[105046] users/cal/base-rewrite/src/macports2.0/autoconf.tcl.in

cal at macports.org cal at macports.org
Mon Apr 8 09:50:22 PDT 2013


Revision: 105046
          https://trac.macports.org/changeset/105046
Author:   cal at macports.org
Date:     2013-04-08 09:50:22 -0700 (Mon, 08 Apr 2013)
Log Message:
-----------
autoconf.tcl: replace "macports" prefix with something that describes the values better

Modified Paths:
--------------
    users/cal/base-rewrite/src/macports2.0/autoconf.tcl.in

Modified: users/cal/base-rewrite/src/macports2.0/autoconf.tcl.in
===================================================================
--- users/cal/base-rewrite/src/macports2.0/autoconf.tcl.in	2013-04-08 16:49:37 UTC (rev 105045)
+++ users/cal/base-rewrite/src/macports2.0/autoconf.tcl.in	2013-04-08 16:50:22 UTC (rev 105046)
@@ -30,17 +30,17 @@
 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 # POSSIBILITY OF SUCH DAMAGE.
 #
-package provide macports::autoconf 1.0
+package provide macports::autoconf 2.0
 
 namespace eval macports::autoconf {
     variable bzip2_path             "@BZIP2@"
     variable chown_path             "@CHOWN@"
     variable gzip_path              "@GZIP@"
-    variable macports_conf_path     "@MPCONFIGDIR_EXPANDED@"
-    variable macports_version       "@MACPORTS_VERSION@"
-    variable macports_user_subdir   ".macports"
-    variable macports_user_dir      [file join "~" $macports_user_subdir]
-    variable macportsuser           "@RUNUSR@"
+    variable conf_path              "@MPCONFIGDIR_EXPANDED@"
+    variable version                "@MACPORTS_VERSION@"
+    variable build_user_subdir      ".macports"
+    variable build_user_dir         [file join "~" $build_user_subdir]
+    variable builduser              "@RUNUSR@"
     variable mdfind_path            "@MDFIND@"
     variable mdls_path              "@MDLS@"
     variable open_path              "@OPEN@"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130408/2e06e043/attachment.html>


More information about the macports-changes mailing list