diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-12 04:07:30 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-12 04:07:30 +0000 |
commit | 09fbfa4d29b1d840251097772c1b49aab0238e19 (patch) | |
tree | 62bd92dc22016c5d2b88e816747f7a2b473d8b99 /astro/p5-Astro-Catalog | |
parent | 79f7352ab9d5ac7ed8bab6e7ee2a6a0c0b35afaa (diff) | |
download | ports-09fbfa4d29b1d840251097772c1b49aab0238e19.tar.gz ports-09fbfa4d29b1d840251097772c1b49aab0238e19.zip |
Notes
Diffstat (limited to 'astro/p5-Astro-Catalog')
-rw-r--r-- | astro/p5-Astro-Catalog/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/p5-Astro-Catalog/Makefile b/astro/p5-Astro-Catalog/Makefile index d028ec281443..2bab29aff640 100644 --- a/astro/p5-Astro-Catalog/Makefile +++ b/astro/p5-Astro-Catalog/Makefile @@ -70,9 +70,9 @@ post-patch: 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 |