[31557] trunk/dports/graphics/tiff/Portfile
waqar at macports.org
waqar at macports.org
Tue Nov 27 14:02:26 PST 2007
Revision: 31557
http://trac.macosforge.org/projects/macports/changeset/31557
Author: waqar at macports.org
Date: 2007-11-27 14:02:24 -0800 (Tue, 27 Nov 2007)
Log Message:
-----------
Updated the port file to remove double slashes.
Modified Paths:
--------------
trunk/dports/graphics/tiff/Portfile
Modified: trunk/dports/graphics/tiff/Portfile
===================================================================
--- trunk/dports/graphics/tiff/Portfile 2007-11-27 21:31:22 UTC (rev 31556)
+++ trunk/dports/graphics/tiff/Portfile 2007-11-27 22:02:24 UTC (rev 31557)
@@ -43,11 +43,11 @@
--with-zlib-lib-dir=${prefix}/lib
post-destroot {
- xinstall -m 755 -d ${destroot}/${prefix}/share/doc/${name}
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
file copy ${worksrcpath}/html/images \
- ${destroot}/${prefix}/share/doc/${name}
+ ${destroot}${prefix}/share/doc/${name}
eval xinstall -m 644 [glob ${worksrcpath}/html/*.html] \
- ${destroot}/${prefix}/share/doc/${name}
+ ${destroot}${prefix}/share/doc/${name}
}
platform macosx {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071127/125d4e1b/attachment.html
More information about the macports-changes
mailing list