Bug 101838 - [PATCH] astro/p5-Astro-Catalog: Respect DESTDIR
Summary: [PATCH] astro/p5-Astro-Catalog: Respect DESTDIR
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-11 20:00 UTC by gslin
Modified: 2006-08-12 05:21 UTC (History)
1 user (show)

See Also:


Attachments
p5-Astro-Catalog-4.1.0.patch (647 bytes, patch)
2006-08-11 20:00 UTC, gslin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-08-11 20:00:36 UTC
- Respect DESTDIR

Port maintainer (perl@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-11 20:00:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer
Comment 2 gslin 2006-08-11 20:37:07 UTC
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
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2006-08-12 05:21:51 UTC
State Changed
From-To: open->closed

Committed. Thanks!