[35426] trunk/dports/tex/rtf2latex/Portfile

simon at macports.org simon at macports.org
Thu Mar 27 16:05:15 PDT 2008


Revision: 35426
          http://trac.macosforge.org/projects/macports/changeset/35426
Author:   simon at macports.org
Date:     2008-03-27 16:05:14 -0700 (Thu, 27 Mar 2008)

Log Message:
-----------
tex/rtf2latex: Removed cd command.

Modified Paths:
--------------
    trunk/dports/tex/rtf2latex/Portfile

Modified: trunk/dports/tex/rtf2latex/Portfile
===================================================================
--- trunk/dports/tex/rtf2latex/Portfile	2008-03-27 22:38:43 UTC (rev 35425)
+++ trunk/dports/tex/rtf2latex/Portfile	2008-03-27 23:05:14 UTC (rev 35426)
@@ -24,10 +24,9 @@
 
 pre-configure	{ file rename ${worksrcpath}/Makefile.2LaTeX ${worksrcpath}/Makefile }
 configure	{
-		cd ${worksrcpath}
-		reinplace "s|-DSYSV||g" Makefile
-		reinplace "s|/usr/local|${prefix}|g" Makefile
-		reinplace "s|/man/man1|/share/man/man1|g" Makefile
+		reinplace "s|-DSYSV||g" ${worksrcpath}/Makefile
+		reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/Makefile
+		reinplace "s|/man/man1|/share/man/man1|g" ${worksrcpath}/Makefile
 }
 
 build.target	{}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080327/ae94a8b3/attachment-0001.html 


More information about the macports-changes mailing list