[40545] trunk/dports/java/beanshell/Portfile

blair at macports.org blair at macports.org
Mon Oct 6 12:16:16 PDT 2008


Revision: 40545
          http://trac.macports.org/changeset/40545
Author:   blair at macports.org
Date:     2008-10-06 12:16:15 -0700 (Mon, 06 Oct 2008)
Log Message:
-----------
Apply the patch from #16768 with one minor tweak.  This puts a 'cd'
inside the system command.

Modified Paths:
--------------
    trunk/dports/java/beanshell/Portfile

Modified: trunk/dports/java/beanshell/Portfile
===================================================================
--- trunk/dports/java/beanshell/Portfile	2008-10-06 19:10:29 UTC (rev 40544)
+++ trunk/dports/java/beanshell/Portfile	2008-10-06 19:16:15 UTC (rev 40545)
@@ -60,6 +60,5 @@
 	file copy ${distpath}/bsh-${version}.jar ${javadir}/bsh.jar
 	file copy ${distpath}/bshmanual.pdf ${docdir}/
 
-	cd ${docdir}/javadocs
-	system "unzip ${distpath}/javadoc.zip"
+	system "cd ${docdir}/javadocs && unzip ${distpath}/javadoc.zip"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081006/0fe394aa/attachment.html 


More information about the macports-changes mailing list