diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-01-11 12:14:54 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-01-11 12:14:54 +0000 |
commit | c2f735f15b3d157650e68df3f56d2676f3928021 (patch) | |
tree | c36a68c0751f15b948ff379a62d2b2aaf5c9d570 /news/husky-sqpack | |
parent | c0f1f9895859e3350f2093a1c1b0fe3f65c3f10a (diff) | |
download | ports-c2f735f15b3d157650e68df3f56d2676f3928021.tar.gz ports-c2f735f15b3d157650e68df3f56d2676f3928021.zip |
correctly specify path to fidoconfig configuration file in man pages
Notes
Notes:
svn path=/head/; revision=72897
Diffstat (limited to 'news/husky-sqpack')
-rw-r--r-- | news/husky-sqpack/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/news/husky-sqpack/Makefile b/news/husky-sqpack/Makefile index b50530e971fc..0940767fec8f 100644 --- a/news/husky-sqpack/Makefile +++ b/news/husky-sqpack/Makefile @@ -15,9 +15,15 @@ MAINTAINER= fjoe@FreeBSD.org LIB_DEPENDS= fidoconfig.0:${PORTSDIR}/news/husky-fidoconf +USE_REINPLACE= yes + MAN1= sqpack.1 MANCOMPRESSED= yes +post-patch: + @${REINPLACE_CMD} -e 's^/etc/fido/config^${PREFIX}/etc/fido/config^' \ + ${WRKSRC}/sqpack.1 + .include <bsd.port.pre.mk> .include "${PORTSDIR}/news/husky-base/Makefile.inc" .include <bsd.port.post.mk> |