From owner-freebsd-ports@FreeBSD.ORG Wed Jul 11 03:12:10 2007 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1330B16A400 for ; Wed, 11 Jul 2007 03:12:10 +0000 (UTC) (envelope-from quetzal@zone3000.net) Received: from mx1.sitevalley.com (sitevalley.com [209.67.60.43]) by mx1.freebsd.org (Postfix) with SMTP id C211013C457 for ; Wed, 11 Jul 2007 03:12:07 +0000 (UTC) (envelope-from quetzal@zone3000.net) Received: from zone3000.kharkov.ua (HELO localhost) (217.144.69.37) by 0 with SMTP; 11 Jul 2007 03:12:06 -0000 Date: Wed, 11 Jul 2007 06:12:05 +0300 From: Nikolay Pavlov To: "[LoN]Kamikaze" Message-ID: <20070711031205.GA11481@zone3000.net> References: <20070710185916.GA88205@zone3000.net> <4693E03B.2080406@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4693E03B.2080406@gmx.de> X-Operating-System: FreeBSD 6.2-RELEASE-p4 User-Agent: mutt-ng/devel-r804 (FreeBSD) Cc: freebsd-ports@FreeBSD.org Subject: Re: PORTDOCS issue. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 03:12:10 -0000 On Tuesday, 10 July 2007 at 21:38:35 +0200, [LoN]Kamikaze wrote: > Nikolay Pavlov wrote: > > Hello guys i have this section in my Makefile: > > > > .if !defined(NOPORTDOCS) > > PORTDOCS= ${WRKSRC}/LICENSE.html ${WRKSRC}/README.html \ > > ${WRKSRC}/changelog.html ${WRKSRC}/documentation/docs > > > > ${MKDIR} ${DOCSDIR}; > > > > (cd ${WRKSRC} && ${INSTALL_DATA} \ > > LICENSE.html README.html changelog.html ${DOCSDIR}); > > > > (cd ${WRKSRC}/documentation/docs && ${FIND} . \ > > | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} > /dev/null 2>&1 ) > > .endif > > > > But i am getting this error during the installation: > > > > PORTDOCS= /home/quetzal/openfire/work/openfire_src/LICENSE.html > > /home/quetzal/openfire/work/openfire_src/README.html > > /home/quetzal/openfire/work/openfire_src/changelog.html > > /home/quetzal/openfire/work/openfire_src/documentation/docs > > > > /home/quetzal/openfire/work/openfire_src/LICENSE.html: Permission denied > > *** Error code 126 > > > > All this files exist and i am installing them as root. > > > > root@viking:~/openfire# ls -la /home/quetzal/openfire/work/openfire_src/LICENSE.html > > -rw-r--r-- 1 quetzal quetzal 18329 22 июн 22:25 /home/quetzal/openfire/work/openfire_src/LICENSE.html > > > > P.S. > > Please CC me because i am not subscribed. > > > > Abandon the indenting. Thanks. That was helpful. Did some one know good config for vim to work with Makefiles? P.S. Please CC me because i am not subscribed. -- ====================================================================== - Best regards, Nikolay Pavlov. <<<----------------------------------- ======================================================================