ports/101838: [PATCH] astro/p5-Astro-Catalog: Respect DESTDIR

Gea-Suan Lin gslin at gslin.org
Fri Aug 11 19:37:09 UTC 2006


Please use the new one.

On Fri, Aug 11, 2006 at 07:00:36PM +0000, FreeBSD-gnats-submit at 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



More information about the freebsd-ports-bugs mailing list