summaryrefslogtreecommitdiff
path: root/news/husky-sqpack
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-sqpack
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-sqpack')
-rw-r--r--news/husky-sqpack/Makefile6
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>