Re: [36031] trunk/dports/devel/bugzilla/Portfile

2008-04-17 Thread Rainer Müller
Ryan Schmidt wrote: post-patch { -cd ${worksrcpath} +system cd ${worksrcpath} foreach item [exec find . -type f -name .cvsignore] { file delete -force ${item} } @@ -99,7 +107,7 @@ set docPath ${prefix}/share/doc/${name} xinstall -d -m 0755

Re: [36031] trunk/dports/devel/bugzilla/Portfile

2008-04-16 Thread Ryan Schmidt
post-patch { - cd ${worksrcpath} + system cd ${worksrcpath} foreach item [exec find . -type f -name .cvsignore] { file delete -force ${item} } @@ -99,7 +107,7 @@ set docPath ${prefix}/share/doc/${name} xinstall -d -m 0755

Re: [36031] trunk/dports/devel/bugzilla/Portfile

2008-04-16 Thread Jordan K. Hubbard
Doesn't xinstall have a way to change $CWD for its operations? That would work... On Apr 16, 2008, at 9:03 AM, Ryan Schmidt wrote: That change isn't going to work, is it? I mean, the reason why the tcl cd command was deprecated is because we don't want portfiles changing the working