aboutsummaryrefslogtreecommitdiff
path: root/astro/p5-Astro-Catalog/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-08-12 04:07:30 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-08-12 04:07:30 +0000
commit09fbfa4d29b1d840251097772c1b49aab0238e19 (patch)
tree62bd92dc22016c5d2b88e816747f7a2b473d8b99 /astro/p5-Astro-Catalog/Makefile
parent79f7352ab9d5ac7ed8bab6e7ee2a6a0c0b35afaa (diff)
downloadports-09fbfa4d29b1d840251097772c1b49aab0238e19.tar.gz
ports-09fbfa4d29b1d840251097772c1b49aab0238e19.zip
Notes
Diffstat (limited to 'astro/p5-Astro-Catalog/Makefile')
-rw-r--r--astro/p5-Astro-Catalog/Makefile6
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