[46781] trunk/dports/archivers/bzip2/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Feb 12 15:52:25 PST 2009


Revision: 46781
          http://trac.macports.org/changeset/46781
Author:   ryandesign at macports.org
Date:     2009-02-12 15:52:25 -0800 (Thu, 12 Feb 2009)
Log Message:
-----------
bzip2: reuse ${homepage} variable in ${master_sites}

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

Modified: trunk/dports/archivers/bzip2/Portfile
===================================================================
--- trunk/dports/archivers/bzip2/Portfile	2009-02-12 23:02:59 UTC (rev 46780)
+++ trunk/dports/archivers/bzip2/Portfile	2009-02-12 23:52:25 UTC (rev 46781)
@@ -11,7 +11,7 @@
 use_configure           no
 use_parallel_build      yes
 homepage                http://www.bzip.org/
-master_sites            http://www.bzip.org/${version}/
+master_sites            ${homepage}${version}
 
 description \
     compression library and tools
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090212/2858c01d/attachment.html>


More information about the macports-changes mailing list