[45068] trunk/dports/graphics/exiv2/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jan 7 19:59:52 PST 2009


Revision: 45068
          http://trac.macports.org/changeset/45068
Author:   ryandesign at macports.org
Date:     2009-01-07 19:59:52 -0800 (Wed, 07 Jan 2009)
Log Message:
-----------
exiv2: don't use "system" just to create a symlink

Modified Paths:
--------------
    trunk/dports/graphics/exiv2/Portfile

Modified: trunk/dports/graphics/exiv2/Portfile
===================================================================
--- trunk/dports/graphics/exiv2/Portfile	2009-01-08 03:08:17 UTC (rev 45067)
+++ trunk/dports/graphics/exiv2/Portfile	2009-01-08 03:59:52 UTC (rev 45068)
@@ -36,5 +36,5 @@
 post-configure {
 	# It's too much of a PITA to autoreconf
 	delete ${worksrcpath}/libtool
-	system "ln -s ${prefix}/bin/glibtool ${worksrcpath}/libtool"
+	ln -s ${prefix}/bin/glibtool ${worksrcpath}/libtool
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090107/51c9daf9/attachment-0001.html>


More information about the macports-changes mailing list