[49644] trunk/dports/graphics/pict2pdf/Portfile

blb at macports.org blb at macports.org
Mon Apr 13 23:02:39 PDT 2009


Revision: 49644
          http://trac.macports.org/changeset/49644
Author:   blb at macports.org
Date:     2009-04-13 23:02:38 -0700 (Mon, 13 Apr 2009)
Log Message:
-----------
graphics/pict2pdf - remove use of cd (ticket #19308); not waiting for maintainer since port is currently nonfunctional

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

Modified: trunk/dports/graphics/pict2pdf/Portfile
===================================================================
--- trunk/dports/graphics/pict2pdf/Portfile	2009-04-14 05:52:46 UTC (rev 49643)
+++ trunk/dports/graphics/pict2pdf/Portfile	2009-04-14 06:02:38 UTC (rev 49644)
@@ -15,10 +15,7 @@
 checksums       md5 c37627f7483509887f70d07d3f798208
 use_configure   no
 build.args      PREFIX=${prefix}
-destroot	{ cd ${worksrcpath}
-		  system "install -m 755 -d ${destroot}${prefix}/bin"
-		  system "install -m 755 -d ${destroot}${prefix}/share/man/man1"
-		  system "install -m 755 -c pict2pdf ${destroot}${prefix}/bin"
-		  system "install -m 644 -c pict2pdf.1 \
-		    ${destroot}${prefix}/share/man/man1" }
+destroot	{ xinstall -m 755 ${worksrcpath}/pict2pdf ${destroot}${prefix}/bin
+		  xinstall -m 644 ${worksrcpath}/pict2pdf.1 \
+		    ${destroot}${prefix}/share/man/man1 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090413/0c73c1cb/attachment.html>


More information about the macports-changes mailing list