Date: Sat, 12 Aug 2006 03:37:07 +0800 From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: gslin@gslin.org Subject: Re: ports/101838: [PATCH] astro/p5-Astro-Catalog: Respect DESTDIR Message-ID: <20060811193707.GA82253@gslin.org> In-Reply-To: <200608111900.k7BJ0a0x013617@freefall.freebsd.org> References: <20060811185304.6E793371@netnews.NCTU.edu.tw> <200608111900.k7BJ0a0x013617@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Please use the new one. On Fri, Aug 11, 2006 at 07:00:36PM +0000, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/101838'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=101838 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: [PATCH] astro/p5-Astro-Catalog: Respect DESTDIR > >Arrival-Date: Fri Aug 11 19:00:36 GMT 2006 ===> Generating patch ===> Viewing diff with less diff -ruN --exclude=CVS /usr/ports/astro/p5-Astro-Catalog/Makefile /home/staff/gslin/work/p5-Astro-Catalog/Makefile --- /usr/ports/astro/p5-Astro-Catalog/Makefile Fri May 19 04:24:10 2006 +++ /home/staff/gslin/work/p5-Astro-Catalog/Makefile Sat Aug 12 03:36:16 2006 @@ -70,9 +70,9 @@ post-install: .for f in ${CONFIG} - ${INSTALL_DATA} ${WRKSRC}/etc/${f} ${PREFIX}/etc/${f}.default -.if !exists(${PREFIX}/etc/${f}) - ${INSTALL_DATA} ${WRKSRC}/etc/${f} ${PREFIX}/etc/${f} + ${INSTALL_DATA} ${WRKSRC}/etc/${f} ${TARGETDIR}/etc/${f}.default +.if !exists(${TARGETDIR}/etc/${f}) + ${INSTALL_DATA} ${WRKSRC}/etc/${f} ${TARGETDIR}/etc/${f} .endif .endfor ===> Done -- * Gea-Suan Lin (public key: Using https://keyserver.pgp.com/ to search) * If you cannot convince them, confuse them. -- Harry S Truman
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060811193707.GA82253>