Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Aug 2006 19:40:19 GMT
From:      Gea-Suan Lin <gslin@gslin.org>
To:        perl@FreeBSD.org
Subject:   Re: ports/101838: [PATCH] astro/p5-Astro-Catalog: Respect DESTDIR
Message-ID:  <200608111940.k7BJeJoi017714@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/101838; it has been noted by GNATS.

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
Date: Sat, 12 Aug 2006 03:37:07 +0800

 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?200608111940.k7BJeJoi017714>