[29762] trunk/dports/science/opendx/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 8 12:39:42 PDT 2007


Revision: 29762
          http://trac.macosforge.org/projects/macports/changeset/29762
Author:   gwright at macports.org
Date:     2007-10-08 12:39:41 -0700 (Mon, 08 Oct 2007)

Log Message:
-----------
de-cd.

Modified Paths:
--------------
    trunk/dports/science/opendx/Portfile

Modified: trunk/dports/science/opendx/Portfile
===================================================================
--- trunk/dports/science/opendx/Portfile	2007-10-08 19:38:18 UTC (rev 29761)
+++ trunk/dports/science/opendx/Portfile	2007-10-08 19:39:41 UTC (rev 29762)
@@ -2,6 +2,7 @@
 PortSystem 1.0
 name		opendx
 version		4.4.4
+revision	1
 categories	science
 maintainers	gwright at macports.org
 platforms	darwin
@@ -54,8 +55,7 @@
 		--with-cosmojar-path=${prefix}/share/java/npcosmop211.jar
 
 post-destroot	{
-		  cd ${destroot}${prefix}
-		  set fixers [ exec find . -type f | xargs grep -l /usr/lpp ]
+		  set fixers [ exec find ${destroot}${prefix} -type f | xargs grep -l /usr/lpp ]
 		  foreach fil ${fixers} {
 			reinplace "s|/usr/lpp|${prefix}|g" ${fil}
 		  }

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


More information about the macports-changes mailing list