[32790] trunk/dports/tex/rubber/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jan 13 04:36:21 PST 2008


Revision: 32790
          http://trac.macosforge.org/projects/macports/changeset/32790
Author:   ryandesign at macports.org
Date:     2008-01-13 04:36:14 -0800 (Sun, 13 Jan 2008)

Log Message:
-----------
rubber: there should not be a slash between ${destroot} and ${prefix} (${prefix} already begins with a slash)

Modified Paths:
--------------
    trunk/dports/tex/rubber/Portfile

Modified: trunk/dports/tex/rubber/Portfile
===================================================================
--- trunk/dports/tex/rubber/Portfile	2008-01-13 12:25:50 UTC (rev 32789)
+++ trunk/dports/tex/rubber/Portfile	2008-01-13 12:36:14 UTC (rev 32790)
@@ -27,5 +27,5 @@
 
 configure.args  --python=python --mandir=${destroot}${prefix}/share/man \
                 --infodir=${destroot}${prefix}/share/info
-destroot.args   prefix=${destroot}/${prefix}
+destroot.args   prefix=${destroot}${prefix}
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080113/b23f06fb/attachment-0001.html


More information about the macports-changes mailing list