[29337] trunk/dports/textproc/libxslt/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 21 06:33:02 PDT 2007


Revision: 29337
          http://trac.macosforge.org/projects/macports/changeset/29337
Author:   yves at macports.org
Date:     2007-09-21 06:33:02 -0700 (Fri, 21 Sep 2007)

Log Message:
-----------
Remove cd command

Modified Paths:
--------------
    trunk/dports/textproc/libxslt/Portfile

Modified: trunk/dports/textproc/libxslt/Portfile
===================================================================
--- trunk/dports/textproc/libxslt/Portfile	2007-09-21 13:27:36 UTC (rev 29336)
+++ trunk/dports/textproc/libxslt/Portfile	2007-09-21 13:33:02 UTC (rev 29337)
@@ -27,9 +27,8 @@
 
 post-configure {
 	if {! [variant_isset doc]} {
-		cd ${worksrcpath}/doc
-		reinplace -E "/^install-data-am:/s|install-data-local||" Makefile
-		reinplace -E "/^all:/s|web||" Makefile
+		reinplace -E "/^install-data-am:/s|install-data-local||" ${worksrcpath}/doc/Makefile
+		reinplace -E "/^all:/s|web||" ${worksrcpath}/doc/Makefile
 	}
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070921/713adfcb/attachment.html


More information about the macports-changes mailing list