diff options
author | John Marino <marino@FreeBSD.org> | 2015-04-19 06:24:33 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-04-19 06:24:33 +0000 |
commit | 67afc3a964cff98485562c34871acd1f4b5b616c (patch) | |
tree | c8a83a158524afc5f3f4f1df603f34a0f5d38dc7 /news/husky-fidoconf/Makefile | |
parent | e0e7a90c85a3caa38332c0431d0f698a67dfdd06 (diff) |
Notes
Diffstat (limited to 'news/husky-fidoconf/Makefile')
-rw-r--r-- | news/husky-fidoconf/Makefile | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/news/husky-fidoconf/Makefile b/news/husky-fidoconf/Makefile index 6d665fd4a105..09c99ebea3df 100644 --- a/news/husky-fidoconf/Makefile +++ b/news/husky-fidoconf/Makefile @@ -16,22 +16,15 @@ INSTALL_TARGET= install install-man MASTERDIR= ${.CURDIR}/../husky COMPONENT_SUBDIR= fidoconf -post-patch: - ${REINPLACE_CMD} -e 's^/path/to/config^${PREFIX}/etc/fido/config^' \ - ${WRKSRC}/man/linkedto.1 - -# The texi files are too old for the ports texinfo -# The correct fix is to update the texi file so modern texinfo can use it -# Until then, disable installation of info page on FreeBSD 11 and DragonFly -# to unbreak the build on those platforms. -.if !exists(/usr/bin/makeinfo) - ${REINPLACE_CMD} -e '/cd doc /d' ${WRKSRC}/Makefile -.else +# Settings below are required to handle texi output (html, INFO page) USES+= makeinfo PORTDOCS= fidoconfig.html DOCSDIR= ${PREFIX}/share/doc/husky INFO= fidoconfig -.endif + +post-patch: + ${REINPLACE_CMD} -e 's^/path/to/config^${PREFIX}/etc/fido/config^' \ + ${WRKSRC}/man/linkedto.1 post-install: ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fconf2aquaed.1 |