[46350] trunk/dports/graphics/lablgl/Portfile

blb at macports.org blb at macports.org
Tue Feb 3 01:37:29 PST 2009


Revision: 46350
          http://trac.macports.org/changeset/46350
Author:   blb at macports.org
Date:     2009-02-03 01:37:26 -0800 (Tue, 03 Feb 2009)
Log Message:
-----------
graphics/lablgl - remove use of cd, ticket #18338; not waiting for maintainer
since port is broken until cd is removed...

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

Modified: trunk/dports/graphics/lablgl/Portfile
===================================================================
--- trunk/dports/graphics/lablgl/Portfile	2009-02-03 07:25:32 UTC (rev 46349)
+++ trunk/dports/graphics/lablgl/Portfile	2009-02-03 09:37:26 UTC (rev 46350)
@@ -16,8 +16,7 @@
 depends_lib			bin:camlp4:ocaml lib:libgtk.1:gtk1 lib:libglut.3:glut
 
 configure {
-	cd ${worksrcpath}
-	system "cp Makefile.config.osx Makefile.config"
+	copy ${worksrcpath}/Makefile.config.osx ${worksrcpath}/Makefile.config
 }
 
 set stublibsdir		${destroot}${prefix}/lib/ocaml/stublibs/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090203/dca5eee1/attachment.html>


More information about the macports-changes mailing list