Date: Tue, 10 May 2005 03:40:41 +0300 From: Abu Khaled <khaled.abu@gmail.com> To: Alejandro Pulver <alejandro@varnet.biz> Cc: freebsd-ports@freebsd.org Subject: Re: Installing files with spaces in the middle Message-ID: <a64c109e05050917403250c6bd@mail.gmail.com> In-Reply-To: <20050509211035.1e98b877@ale.varnet.bsd> References: <20050509211035.1e98b877@ale.varnet.bsd>
next in thread | previous in thread | raw e-mail | index | archive | help
On 5/10/05, Alejandro Pulver <alejandro@varnet.biz> wrote: > Hello, >=20 > I am making a port that has documentation files with spaces in the > middle: "ET logo.gif", "ET logos_7B.gif" and "ET logos_7c.gif". >=20 > They are refered by links in other HTML documents, so I can not rename > them (or I will have to patch/reinplace the HTML files). >=20 > I am using a for loop and 'make' sees them as separate elements: >=20 > .for IMAGES in 3by3.gif ATVIsmall.jpg ET logo.gif ET logos_7B.gif \ > ET logos_7c.jpg GM_Color_small.jpg id_logo_small.jpg \ > nerve_logo_small.jpg redstripe.jpg \ > rtcw_logo_480banner_elite.jpg rtcw_logo_small.jpg \ > sd_logo.JPG wolf_bg.gif > ${INSTALL_DATA} ${WRKSRC}/Docs/Help/images/${IMAGES} \ > ${PREFIX}/${ETDIR}/Docs/Help/images > .endfor >=20 > Is there a way to install these files (escaping the " ")? >=20 > Thanks and Best Regards > Ale hmm, try to add \ for files with spaces in the name. use \(space) eg. ET\ logo.gif I hope this helps. --=20 Kind regards Abu Khaled
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a64c109e05050917403250c6bd>