PORTDOCS issue.

Nikolay Pavlov quetzal at zone3000.net
Wed Jul 11 03:12:10 UTC 2007


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 at 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. <<<-----------------------------------    
======================================================================  



More information about the freebsd-ports mailing list