<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
#msg dl a { font-weight: bold}
#msg dl a:link { color:#fc3; }
#msg dl a:active { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[30424] trunk/dports/sysutils/MacPorts/Portfile</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.macosforge.org/projects/macports/changeset/30424">30424</a></dd>
<dt>Author</dt> <dd>jmpp@macports.org</dd>
<dt>Date</dt> <dd>2007-10-27 12:30:02 -0700 (Sat, 27 Oct 2007)</dd>
</dl>
<h3>Log Message</h3>
<pre>Whitespace changes.</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportssysutilsMacPortsPortfile">trunk/dports/sysutils/MacPorts/Portfile</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportssysutilsMacPortsPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/sysutils/MacPorts/Portfile (30423 => 30424)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/sysutils/MacPorts/Portfile        2007-10-27 19:14:57 UTC (rev 30423)
+++ trunk/dports/sysutils/MacPorts/Portfile        2007-10-27 19:30:02 UTC (rev 30424)
</span><span class="lines">@@ -1,24 +1,24 @@
</span><span class="cx"> # $Id$
</span><span class="cx">
</span><del>-PortSystem                 1.0
</del><ins>+PortSystem 1.0
</ins><span class="cx">
</span><del>-name                        MacPorts
-version                        1.5.0
</del><ins>+name MacPorts
+version 1.5.0
</ins><span class="cx">
</span><del>-categories                sysutils
-platforms                darwin freebsd
-maintainers                macports-mgr@lists.macosforge.org
</del><ins>+categories sysutils
+platforms darwin freebsd
+maintainers macports-mgr@lists.macosforge.org
</ins><span class="cx">
</span><del>-description                The MacPorts Infrastructure
-long_description        MacPorts provides the infrastructure that allows easy installation and management \
-                        of freely available software on Mac OS X 10.3 or newer systems.
</del><ins>+description The MacPorts Infrastructure
+long_description MacPorts provides the infrastructure that allows easy installation and management \
+ of freely available software on Mac OS X 10.3 or newer systems.
</ins><span class="cx">
</span><del>-homepage                http://www.macports.org
-master_sites                macports:${distname}
</del><ins>+homepage http://www.macports.org
+master_sites macports:${distname}
</ins><span class="cx">
</span><del>-checksums                md5 836012815ed0f93f226804878013a65a \
-                        sha1 8e1f83308eef5971112ccdd734a8d48fd77673b3 \
-                        rmd160 1f35a7a7f2827794741bd57641ec5c32d8272467
</del><ins>+checksums md5 836012815ed0f93f226804878013a65a \
+ sha1 8e1f83308eef5971112ccdd734a8d48fd77673b3 \
+ rmd160 1f35a7a7f2827794741bd57641ec5c32d8272467
</ins><span class="cx">
</span><span class="cx"> # Some of MacPort's default flags don't play well when we're building
</span><span class="cx"> # MacPorts itself: nuke them
</span><span class="lines">@@ -26,149 +26,164 @@
</span><span class="cx"> configure.ldflags
</span><span class="cx">
</span><span class="cx"> post-pkg {
</span><del>-        set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/
-        file copy -force -- ${filespath}/ReadMe.rtf ${resources}
-        file copy -force -- ${filespath}/License.html ${resources}
- file copy -force -- ${filespath}/preflight ${resources}
-        file copy -force -- ${filespath}/postflight ${resources}
</del><ins>+ set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/
+ file copy -force -- ${filespath}/ReadMe.rtf ${resources}
+ file copy -force -- ${filespath}/License.html ${resources}
+ file copy -force -- ${filespath}/preflight ${resources}
+ file copy -force -- ${filespath}/postflight ${resources}
</ins><span class="cx"> }
</span><span class="cx">
</span><span class="cx"> platform darwin 7 {
</span><del>-         post-pkg {
-                 set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/
-                 reinplace "s|__XVERS__|10.3|" ${resources}/ReadMe.rtf
-                 reinplace "s|or newer ||" ${resources}/Welcome.html
-         }
</del><ins>+ post-pkg {
+ set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/
+ reinplace "s|__XVERS__|10.3|" ${resources}/ReadMe.rtf
+ reinplace "s|or newer ||" ${resources}/Welcome.html
+ }
</ins><span class="cx"> }
</span><span class="cx">
</span><span class="cx"> platform darwin 8 {
</span><del>-         post-pkg {
-                 set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/
-                 reinplace "s|is built|contains a Universal binary|" ${resources}/ReadMe.rtf
-                 reinplace "s|__XVERS__|10.4|" ${resources}/ReadMe.rtf
-                 reinplace "s|3|4|" ${resources}/Welcome.html
-                 reinplace "s|or newer ||" ${resources}/Welcome.html
-         }
</del><ins>+ post-pkg {
+ set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/
+ reinplace "s|is built|contains a Universal binary|" ${resources}/ReadMe.rtf
+ reinplace "s|__XVERS__|10.4|" ${resources}/ReadMe.rtf
+ reinplace "s|3|4|" ${resources}/Welcome.html
+ reinplace "s|or newer ||" ${resources}/Welcome.html
+ }
</ins><span class="cx"> }
</span><span class="cx">
</span><span class="cx"> platform darwin 8 powerpc {
</span><del>-        pre-configure {
-                set sdkrootpath /Developer/SDKs/MacOSX10.4u.sdk
-                if {[file exists ${sdkrootpath}]} {
-                        # User has Universal SDK installed.
-                        set tclstubpath /System/Library/Frameworks/Tcl.framework/Versions/8.4/libtclstub8.4.a
-                        if {![file exists ${sdkrootpath}${tclstubpath}]} {
-                                ui_msg "Fixing your MacOSX10.4u installation by copying libtclstub8.4.a to\
-                                 ${sdkrootpath}${tclstubpath}"
-                                 xinstall -p ${tclstubpath} ${sdkrootpath}${tclstubpath}
-                        }
-                        # Supply architecture flags to build MacPorts as fat
</del><ins>+ pre-configure {
+ set sdkrootpath /Developer/SDKs/MacOSX10.4u.sdk
+ if {[file exists ${sdkrootpath}]} {
+ # User has Universal SDK installed.
+ set tclstubpath /System/Library/Frameworks/Tcl.framework/Versions/8.4/libtclstub8.4.a
+ if {![file exists ${sdkrootpath}${tclstubpath}]} {
+ ui_msg "Fixing your MacOSX10.4u installation by copying libtclstub8.4.a to ${sdkrootpath}${tclstubpath}"
+ xinstall -p ${tclstubpath} ${sdkrootpath}${tclstubpath}
+ }
+ # Supply architecture flags to build MacPorts as fat
</ins><span class="cx"> configure.cflags-append -isysroot ${sdkrootpath} -arch ppc -arch i386
</span><span class="cx"> configure.env-append SHLIB_LDFLAGS='-Wl,-syslibroot,${sdkrootpath} -arch ppc -arch i386'
</span><del>-                }
-        }
</del><ins>+ }
+ }
</ins><span class="cx"> }
</span><span class="cx">
</span><span class="cx"> platform darwin 8 i386 {
</span><del>-        # Supply architecture flags to build MacPorts as fat on an Intel Mac
-        configure.cflags-append -arch ppc -arch i386
</del><ins>+ # Supply architecture flags to build MacPorts as fat on an Intel Mac
+ configure.cflags-append -arch ppc -arch i386
</ins><span class="cx"> configure.args-append SHLIB_LDFLAGS='-arch ppc -arch i386'
</span><span class="cx"> }
</span><span class="cx">
</span><span class="cx">
</span><del>-destroot.keepdirs ${destroot}${prefix}/include \
- ${destroot}${prefix}/lib ${destroot}${prefix}/libexec \
- ${destroot}${prefix}/sbin \
- ${destroot}${prefix}/share/info \
- ${destroot}${prefix}/share/man/cat1 ${destroot}${prefix}/share/man/cat2 ${destroot}${prefix}/share/man/cat3 \
- ${destroot}${prefix}/share/man/cat4 ${destroot}${prefix}/share/man/cat5 ${destroot}${prefix}/share/man/cat6 \
- ${destroot}${prefix}/share/man/cat7 ${destroot}${prefix}/share/man/cat8 ${destroot}${prefix}/share/man/cat9 \
- ${destroot}${prefix}/share/man/catl ${destroot}${prefix}/share/man/catn \
- ${destroot}${prefix}/share/man/man1 ${destroot}${prefix}/share/man/man2 ${destroot}${prefix}/share/man/man3 \
- ${destroot}${prefix}/share/man/man4 ${destroot}${prefix}/share/man/man5 ${destroot}${prefix}/share/man/man6 \
- ${destroot}${prefix}/share/man/man7 ${destroot}${prefix}/share/man/man8 ${destroot}${prefix}/share/man/man9 \
- ${destroot}${prefix}/share/man/manl ${destroot}${prefix}/share/man/mann \
- ${destroot}${prefix}/share/nls/C ${destroot}${prefix}/share/nls/skel \
- ${destroot}${prefix}/share/nls/af_ZA.ISO8859-1 \
- ${destroot}${prefix}/share/nls/af_ZA.ISO8859-15 \
- ${destroot}${prefix}/share/nls/bg_BG.CP1251 \
- ${destroot}${prefix}/share/nls/cs_CZ.ISO8859-2 \
- ${destroot}${prefix}/share/nls/da_DK.ISO8859-1 \
- ${destroot}${prefix}/share/nls/da_DK.ISO8859-15 \
- ${destroot}${prefix}/share/nls/de_AT.ISO8859-1 \
- ${destroot}${prefix}/share/nls/de_AT.ISO8859-15 \
- ${destroot}${prefix}/share/nls/de_CH.ISO8859-1 \
- ${destroot}${prefix}/share/nls/de_CH.ISO8859-15 \
- ${destroot}${prefix}/share/nls/de_DE.ISO8859-1 \
- ${destroot}${prefix}/share/nls/de_DE.ISO8859-15 \
- ${destroot}${prefix}/share/nls/el_GR.ISO8859-7 \
- ${destroot}${prefix}/share/nls/en_AU.ISO8859-1 \
- ${destroot}${prefix}/share/nls/en_AU.ISO8859-15 \
- ${destroot}${prefix}/share/nls/en_AU.US-ASCII \
- ${destroot}${prefix}/share/nls/en_CA.ISO8859-1 \
- ${destroot}${prefix}/share/nls/en_CA.ISO8859-15 \
- ${destroot}${prefix}/share/nls/en_CA.US-ASCII \
- ${destroot}${prefix}/share/nls/en_GB.ISO8859-1 \
- ${destroot}${prefix}/share/nls/en_GB.ISO8859-15 \
- ${destroot}${prefix}/share/nls/en_GB.US-ASCII \
- ${destroot}${prefix}/share/nls/en_NZ.ISO8859-1 \
- ${destroot}${prefix}/share/nls/en_NZ.ISO8859-15 \
- ${destroot}${prefix}/share/nls/en_NZ.US-ASCII \
- ${destroot}${prefix}/share/nls/en_US.ISO8859-1 \
- ${destroot}${prefix}/share/nls/en_US.ISO8859-15 \
- ${destroot}${prefix}/share/nls/es_ES.ISO8859-1 \
- ${destroot}${prefix}/share/nls/es_ES.ISO8859-15 \
- ${destroot}${prefix}/share/nls/et_EE.ISO8859-15 \
- ${destroot}${prefix}/share/nls/fi_FI.ISO8859-1 \
- ${destroot}${prefix}/share/nls/fi_FI.ISO8859-15 \
- ${destroot}${prefix}/share/nls/fr_BE.ISO8859-1 \
- ${destroot}${prefix}/share/nls/fr_BE.ISO8859-15 \
- ${destroot}${prefix}/share/nls/fr_CA.ISO8859-1 \
- ${destroot}${prefix}/share/nls/fr_CA.ISO8859-15 \
- ${destroot}${prefix}/share/nls/fr_CH.ISO8859-1 \
- ${destroot}${prefix}/share/nls/fr_CH.ISO8859-15 \
- ${destroot}${prefix}/share/nls/fr_FR.ISO8859-1 \
- ${destroot}${prefix}/share/nls/fr_FR.ISO8859-15 \
- ${destroot}${prefix}/share/nls/hi_IN.ISCII-DEV \
- ${destroot}${prefix}/share/nls/hr_HR.ISO8859-2 \
- ${destroot}${prefix}/share/nls/hu_HU.ISO8859-2 \
- ${destroot}${prefix}/share/nls/is_IS.ISO8859-1 \
- ${destroot}${prefix}/share/nls/is_IS.ISO8859-15 \
- ${destroot}${prefix}/share/nls/it_CH.ISO8859-1 \
- ${destroot}${prefix}/share/nls/it_CH.ISO8859-15 \
- ${destroot}${prefix}/share/nls/it_IT.ISO8859-1 \
- ${destroot}${prefix}/share/nls/it_IT.ISO8859-15 \
- ${destroot}${prefix}/share/nls/ja_JP.SJIS \
- ${destroot}${prefix}/share/nls/ja_JP.eucJP \
- ${destroot}${prefix}/share/nls/ko_KR.eucKR \
- ${destroot}${prefix}/share/nls/la_LN.ISO8859-1 \
- ${destroot}${prefix}/share/nls/la_LN.ISO8859-15 \
- ${destroot}${prefix}/share/nls/la_LN.ISO8859-2 \
- ${destroot}${prefix}/share/nls/la_LN.ISO8859-4 \
- ${destroot}${prefix}/share/nls/la_LN.US-ASCII \
- ${destroot}${prefix}/share/nls/lt_LT.ISO8859-4 \
- ${destroot}${prefix}/share/nls/nl_BE.ISO8859-1 \
- ${destroot}${prefix}/share/nls/nl_BE.ISO8859-15 \
- ${destroot}${prefix}/share/nls/nl_NL.ISO8859-1 \
- ${destroot}${prefix}/share/nls/nl_NL.ISO8859-15 \
- ${destroot}${prefix}/share/nls/no_NO.ISO8859-1 \
- ${destroot}${prefix}/share/nls/no_NO.ISO8859-15 \
- ${destroot}${prefix}/share/nls/pl_PL.ISO8859-2 \
- ${destroot}${prefix}/share/nls/pt_BR.ISO8859-1 \
- ${destroot}${prefix}/share/nls/pt_PT.ISO8859-1 \
- ${destroot}${prefix}/share/nls/pt_PT.ISO8859-15 \
- ${destroot}${prefix}/share/nls/ro_RO.ISO8859-2 \
- ${destroot}${prefix}/share/nls/ru_RU.CP866 \
- ${destroot}${prefix}/share/nls/ru_RU.ISO8859-5 \
- ${destroot}${prefix}/share/nls/ru_RU.KOI8-R \
- ${destroot}${prefix}/share/nls/sk_SK.ISO8859-2 \
- ${destroot}${prefix}/share/nls/sl_SI.ISO8859-2 \
- ${destroot}${prefix}/share/nls/sv_SE.ISO8859-1 \
- ${destroot}${prefix}/share/nls/sv_SE.ISO8859-15 \
- ${destroot}${prefix}/share/nls/tr_TR.ISO8859-9 \
- ${destroot}${prefix}/share/nls/uk_UA.ISO8859-5 \
- ${destroot}${prefix}/share/nls/uk_UA.KOI8-U \
- ${destroot}${prefix}/share/nls/zh_CN.eucCN \
- ${destroot}${prefix}/share/nls/zh_TW.Big5 \
- ${destroot}${prefix}/var/macports/distfiles \
- ${destroot}${prefix}/var/macports/receipts
</del><ins>+destroot.keepdirs ${destroot}${prefix}/include \
+ ${destroot}${prefix}/lib \
+ ${destroot}${prefix}/libexec \
+ ${destroot}${prefix}/sbin \
+ ${destroot}${prefix}/share/info \
+ ${destroot}${prefix}/share/man/cat1 \
+ ${destroot}${prefix}/share/man/cat2 \
+ ${destroot}${prefix}/share/man/cat3 \
+ ${destroot}${prefix}/share/man/cat4 \
+ ${destroot}${prefix}/share/man/cat5 \
+ ${destroot}${prefix}/share/man/cat6 \
+ ${destroot}${prefix}/share/man/cat7 \
+ ${destroot}${prefix}/share/man/cat8 \
+ ${destroot}${prefix}/share/man/cat9 \
+ ${destroot}${prefix}/share/man/catl \
+ ${destroot}${prefix}/share/man/catn \
+ ${destroot}${prefix}/share/man/man1 \
+ ${destroot}${prefix}/share/man/man2 \
+ ${destroot}${prefix}/share/man/man3 \
+ ${destroot}${prefix}/share/man/man4 \
+ ${destroot}${prefix}/share/man/man5 \
+ ${destroot}${prefix}/share/man/man6 \
+ ${destroot}${prefix}/share/man/man7 \
+ ${destroot}${prefix}/share/man/man8 \
+ ${destroot}${prefix}/share/man/man9 \
+ ${destroot}${prefix}/share/man/manl \
+ ${destroot}${prefix}/share/man/mann \
+ ${destroot}${prefix}/share/nls/C \
+ ${destroot}${prefix}/share/nls/skel \
+ ${destroot}${prefix}/share/nls/af_ZA.ISO8859-1 \
+ ${destroot}${prefix}/share/nls/af_ZA.ISO8859-15 \
+ ${destroot}${prefix}/share/nls/bg_BG.CP1251 \
+ ${destroot}${prefix}/share/nls/cs_CZ.ISO8859-2 \
+ ${destroot}${prefix}/share/nls/da_DK.ISO8859-1 \
+ ${destroot}${prefix}/share/nls/da_DK.ISO8859-15 \
+ ${destroot}${prefix}/share/nls/de_AT.ISO8859-1 \
+ ${destroot}${prefix}/share/nls/de_AT.ISO8859-15 \
+ ${destroot}${prefix}/share/nls/de_CH.ISO8859-1 \
+ ${destroot}${prefix}/share/nls/de_CH.ISO8859-15 \
+ ${destroot}${prefix}/share/nls/de_DE.ISO8859-1 \
+ ${destroot}${prefix}/share/nls/de_DE.ISO8859-15 \
+ ${destroot}${prefix}/share/nls/el_GR.ISO8859-7 \
+ ${destroot}${prefix}/share/nls/en_AU.ISO8859-1 \
+ ${destroot}${prefix}/share/nls/en_AU.ISO8859-15 \
+ ${destroot}${prefix}/share/nls/en_AU.US-ASCII \
+ ${destroot}${prefix}/share/nls/en_CA.ISO8859-1 \
+ ${destroot}${prefix}/share/nls/en_CA.ISO8859-15 \
+ ${destroot}${prefix}/share/nls/en_CA.US-ASCII \
+ ${destroot}${prefix}/share/nls/en_GB.ISO8859-1 \
+ ${destroot}${prefix}/share/nls/en_GB.ISO8859-15 \
+ ${destroot}${prefix}/share/nls/en_GB.US-ASCII \
+ ${destroot}${prefix}/share/nls/en_NZ.ISO8859-1 \
+ ${destroot}${prefix}/share/nls/en_NZ.ISO8859-15 \
+ ${destroot}${prefix}/share/nls/en_NZ.US-ASCII \
+ ${destroot}${prefix}/share/nls/en_US.ISO8859-1 \
+ ${destroot}${prefix}/share/nls/en_US.ISO8859-15 \
+ ${destroot}${prefix}/share/nls/es_ES.ISO8859-1 \
+ ${destroot}${prefix}/share/nls/es_ES.ISO8859-15 \
+ ${destroot}${prefix}/share/nls/et_EE.ISO8859-15 \
+ ${destroot}${prefix}/share/nls/fi_FI.ISO8859-1 \
+ ${destroot}${prefix}/share/nls/fi_FI.ISO8859-15 \
+ ${destroot}${prefix}/share/nls/fr_BE.ISO8859-1 \
+ ${destroot}${prefix}/share/nls/fr_BE.ISO8859-15 \
+ ${destroot}${prefix}/share/nls/fr_CA.ISO8859-1 \
+ ${destroot}${prefix}/share/nls/fr_CA.ISO8859-15 \
+ ${destroot}${prefix}/share/nls/fr_CH.ISO8859-1 \
+ ${destroot}${prefix}/share/nls/fr_CH.ISO8859-15 \
+ ${destroot}${prefix}/share/nls/fr_FR.ISO8859-1 \
+ ${destroot}${prefix}/share/nls/fr_FR.ISO8859-15 \
+ ${destroot}${prefix}/share/nls/hi_IN.ISCII-DEV \
+ ${destroot}${prefix}/share/nls/hr_HR.ISO8859-2 \
+ ${destroot}${prefix}/share/nls/hu_HU.ISO8859-2 \
+ ${destroot}${prefix}/share/nls/is_IS.ISO8859-1 \
+ ${destroot}${prefix}/share/nls/is_IS.ISO8859-15 \
+ ${destroot}${prefix}/share/nls/it_CH.ISO8859-1 \
+ ${destroot}${prefix}/share/nls/it_CH.ISO8859-15 \
+ ${destroot}${prefix}/share/nls/it_IT.ISO8859-1 \
+ ${destroot}${prefix}/share/nls/it_IT.ISO8859-15 \
+ ${destroot}${prefix}/share/nls/ja_JP.SJIS \
+ ${destroot}${prefix}/share/nls/ja_JP.eucJP \
+ ${destroot}${prefix}/share/nls/ko_KR.eucKR \
+ ${destroot}${prefix}/share/nls/la_LN.ISO8859-1 \
+ ${destroot}${prefix}/share/nls/la_LN.ISO8859-15 \
+ ${destroot}${prefix}/share/nls/la_LN.ISO8859-2 \
+ ${destroot}${prefix}/share/nls/la_LN.ISO8859-4 \
+ ${destroot}${prefix}/share/nls/la_LN.US-ASCII \
+ ${destroot}${prefix}/share/nls/lt_LT.ISO8859-4 \
+ ${destroot}${prefix}/share/nls/nl_BE.ISO8859-1 \
+ ${destroot}${prefix}/share/nls/nl_BE.ISO8859-15 \
+ ${destroot}${prefix}/share/nls/nl_NL.ISO8859-1 \
+ ${destroot}${prefix}/share/nls/nl_NL.ISO8859-15 \
+ ${destroot}${prefix}/share/nls/no_NO.ISO8859-1 \
+ ${destroot}${prefix}/share/nls/no_NO.ISO8859-15 \
+ ${destroot}${prefix}/share/nls/pl_PL.ISO8859-2 \
+ ${destroot}${prefix}/share/nls/pt_BR.ISO8859-1 \
+ ${destroot}${prefix}/share/nls/pt_PT.ISO8859-1 \
+ ${destroot}${prefix}/share/nls/pt_PT.ISO8859-15 \
+ ${destroot}${prefix}/share/nls/ro_RO.ISO8859-2 \
+ ${destroot}${prefix}/share/nls/ru_RU.CP866 \
+ ${destroot}${prefix}/share/nls/ru_RU.ISO8859-5 \
+ ${destroot}${prefix}/share/nls/ru_RU.KOI8-R \
+ ${destroot}${prefix}/share/nls/sk_SK.ISO8859-2 \
+ ${destroot}${prefix}/share/nls/sl_SI.ISO8859-2 \
+ ${destroot}${prefix}/share/nls/sv_SE.ISO8859-1 \
+ ${destroot}${prefix}/share/nls/sv_SE.ISO8859-15 \
+ ${destroot}${prefix}/share/nls/tr_TR.ISO8859-9 \
+ ${destroot}${prefix}/share/nls/uk_UA.ISO8859-5 \
+ ${destroot}${prefix}/share/nls/uk_UA.KOI8-U \
+ ${destroot}${prefix}/share/nls/zh_CN.eucCN \
+ ${destroot}${prefix}/share/nls/zh_TW.Big5 \
+ ${destroot}${prefix}/var/macports/distfiles \
+ ${destroot}${prefix}/var/macports/receipts
</ins></span></pre>
</div>
</div>
</body>
</html>