aboutsummaryrefslogtreecommitdiffstats
path: root/news/husky-msged/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/husky-msged/Makefile')
-rw-r--r--news/husky-msged/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/news/husky-msged/Makefile b/news/husky-msged/Makefile
index 2047a01fb5e..dd35d578c10 100644
--- a/news/husky-msged/Makefile
+++ b/news/husky-msged/Makefile
@@ -1,4 +1,4 @@
-# Created by: Max Khon
+# Created by: Max Khon <fjoe@FreeBSD.org>
# $FreeBSD$
PORTNAME= msged
@@ -12,14 +12,16 @@ EXTRACT_SUFX= .tgz
MAINTAINER= fjoe@FreeBSD.org
COMMENT= Msged/TE (full-featured FTN mail reader)
-LIB_DEPENDS= fidoconfig.0:${PORTSDIR}/news/husky-fidoconf
+LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf
MAKE_ARGS= MSGEDCFG="\\\"~/.msged\\\""
INFO= msged
post-patch:
- @${REINPLACE_CMD} -e 's,html info,info,' -e 's,install-html install-info,install-info,' ${WRKSRC}/doc/manual/makefile.husky
+ @${REINPLACE_CMD} -e 's,html info,info,' \
+ -e 's,install-html install-info,install-info,' \
+ ${WRKSRC}/doc/manual/makefile.husky
.include "${.CURDIR}/../husky-base/Makefile.inc"
.include <bsd.port.mk>