RE: Problem with COPYTREE_SHARE (new port)

2012-10-16 Thread Kristopher Clark
t: Re: Problem with COPYTREE_SHARE (new port) On 2012-10-16 21:26, Kristopher Clark wrote: > I'm creating a new port and I'm having some trouble with COPYTREE_SHARE. I'm > following the handbook and I'm still getting the following error. > > "Makefile", lin

Re: Problem with COPYTREE_SHARE (new port)

2012-10-16 Thread olli hauer
On 2012-10-16 21:26, Kristopher Clark wrote: > I'm creating a new port and I'm having some trouble with COPYTREE_SHARE. I'm > following the handbook and I'm still getting the following error. > > "Makefile", line 23: Unassociated shell command "@(cd ${WRKDIR}/ && > ${COPYTREE_SHARE} \* ${PREFIX

Problem with COPYTREE_SHARE (new port)

2012-10-16 Thread Kristopher Clark
I'm creating a new port and I'm having some trouble with COPYTREE_SHARE. I'm following the handbook and I'm still getting the following error. "Makefile", line 23: Unassociated shell command "@(cd ${WRKDIR}/ && ${COPYTREE_SHARE} \* ${PREFIX}/lib/eclipse/${i}/)" I'm not sure what I'm missing he