[45144] trunk/dports/multimedia/smpeg/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 8 23:36:48 PST 2009


Revision: 45144
          http://trac.macports.org/changeset/45144
Author:   ryandesign at macports.org
Date:     2009-01-08 23:36:47 -0800 (Thu, 08 Jan 2009)
Log Message:
-----------
smpeg: don't use "system" just to create a symlink

Modified Paths:
--------------
    trunk/dports/multimedia/smpeg/Portfile

Modified: trunk/dports/multimedia/smpeg/Portfile
===================================================================
--- trunk/dports/multimedia/smpeg/Portfile	2009-01-09 06:52:06 UTC (rev 45143)
+++ trunk/dports/multimedia/smpeg/Portfile	2009-01-09 07:36:47 UTC (rev 45144)
@@ -47,6 +47,6 @@
 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/20090108/1c597f99/attachment.html>


More information about the macports-changes mailing list