Date: Tue, 16 Oct 2012 22:10:29 +0200 From: olli hauer <ohauer@gmx.de> To: Kristopher Clark <kclark@actuate.com> Cc: "freebsd-ports@freebsd.org" <freebsd-ports@freebsd.org> Subject: Re: Problem with COPYTREE_SHARE (new port) Message-ID: <507DBF35.2050505@gmx.de> In-Reply-To: <1B87BBD44BC9A14A975C757AF852174108603E7B43@TORMAIL02.actuate.com> References: <1B87BBD44BC9A14A975C757AF852174108603E7B43@TORMAIL02.actuate.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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}/lib/eclipse/${i}/)" > > I'm not sure what I'm missing here, could someone please let me know what I'm missing? > You have to use the shell command direct after a make target Please post your Makefile or the relevant snippet with some more relevant lines. working example: post-install: @(cd ....) .for ... .endfor non working example: post-install: .for ... .endfor @(cd ...) Hope this helps. -- Regards, olli
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?507DBF35.2050505>