- Respect DESTDIR Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->perl Over to maintainer
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
State Changed From-To: open->closed Committed. Thanks!