aboutsummaryrefslogtreecommitdiff
path: root/sysutils/logtool/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-01-29 02:03:50 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-01-29 02:03:50 +0000
commitc6b3241579ac6b86d948e0a50e0847ca98bc3b11 (patch)
treeee952e753c90078bb2037eb5e353030cd8e332f9 /sysutils/logtool/Makefile
parent9251523cf9d65c71fddb230db26321f7f604b2a5 (diff)
Notes
Diffstat (limited to 'sysutils/logtool/Makefile')
-rw-r--r--sysutils/logtool/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/logtool/Makefile b/sysutils/logtool/Makefile
index 2fee2b51f16a..0253e77151c5 100644
--- a/sysutils/logtool/Makefile
+++ b/sysutils/logtool/Makefile
@@ -24,7 +24,9 @@ post-patch:
.for file in logtool/Makefile logtail/Makefile
@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${file}
.endfor
- @${PERL} -pi -e "s|/etc|${PREFIX}/etc|g" ${WRKSRC}/logtool/config.h
+.for file in logtool/config.h conf/logtool.conf
+ @${PERL} -pi -e "s|/etc|${PREFIX}/etc|g" ${WRKSRC}/${file}
+.endfor
post-install:
.if !defined(NOPORTDOCS)