summaryrefslogtreecommitdiff
path: root/news/husky-fidoconf/Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-01-11 12:14:54 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-01-11 12:14:54 +0000
commitc2f735f15b3d157650e68df3f56d2676f3928021 (patch)
treec36a68c0751f15b948ff379a62d2b2aaf5c9d570 /news/husky-fidoconf/Makefile
parentSet RUBY_DEFAULT_VER to 1.8 on alpha, sparc64 and ia64. Ruby 1.6 has (diff)
correctly specify path to fidoconfig configuration file in man pages
Notes
Notes: svn path=/head/; revision=72897
Diffstat (limited to 'news/husky-fidoconf/Makefile')
-rw-r--r--news/husky-fidoconf/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/news/husky-fidoconf/Makefile b/news/husky-fidoconf/Makefile
index 0fd155dd9dea..634baa39d2c5 100644
--- a/news/husky-fidoconf/Makefile
+++ b/news/husky-fidoconf/Makefile
@@ -18,6 +18,7 @@ LIB_DEPENDS= smapi.2:${PORTSDIR}/news/husky-smapi
INSTALLS_SHLIB= yes
NO_FILTER_SHLIBS= yes
INSTALL_TARGET= install install-man
+USE_REINPLACE= yes
MAN1= dumpfcfg.1 fconf2.1 linkedto.1 tparser.1
MLINKS= fconf2.1 fconf2aquaed.1 \
@@ -27,6 +28,13 @@ MLINKS= fconf2.1 fconf2aquaed.1 \
fconf2.1 fconf2msged.1 \
fconf2.1 fconf2squish.1
+post-patch:
+ @${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \
+ ${WRKSRC}/man/dumpfcfg.1
+ @${REINPLACE_CMD} -e 's^/etc/fido/config^${PREFIX}/etc/fido/config^' \
+ ${WRKSRC}/man/fconf2.1 \
+ ${WRKSRC}/man/tparser.1
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/news/husky-base/Makefile.inc"
.include <bsd.port.post.mk>