Revision: 74378 http://trac.macports.org/changeset/74378 Author: and.damore@macports.org Date: 2010-12-14 05:30:47 -0800 (Tue, 14 Dec 2010) Log Message: ----------- libticables2, Portfile detabbed, whitespaces change Modified Paths: -------------- trunk/dports/math/libticables2/Portfile Modified: trunk/dports/math/libticables2/Portfile =================================================================== --- trunk/dports/math/libticables2/Portfile 2010-12-14 13:29:24 UTC (rev 74377) +++ trunk/dports/math/libticables2/Portfile 2010-12-14 13:30:47 UTC (rev 74378) @@ -15,15 +15,18 @@ use_bzip2 yes -checksums md5 a5086656a36172eb44e280b569c68b0c \ - sha1 dd4a887e91b34663f58d277158d40015d5fc7a50 \ - rmd160 ad023eafd0978ae576f8ad1d22c3b411b15e802b +checksums md5 a5086656a36172eb44e280b569c68b0c \ + sha1 dd4a887e91b34663f58d277158d40015d5fc7a50 \ + rmd160 ad023eafd0978ae576f8ad1d22c3b411b15e802b depends_build port:pkgconfig \ bin:grep:grep -depends_lib port:libticonv \ - port:libtifiles2 \ + +depends_lib port:libticonv \ + port:libtifiles2 \ port:gettext \ path:lib/pkgconfig/glib-2.0.pc:glib2 -pre-destroot { system "chmod +x ${worksrcpath}/install-sh " } +pre-destroot { + system "chmod +x ${worksrcpath}/install-sh " +}