# HG changeset patch # User Franz Glasner # Date 1677097430 -3600 # Node ID d058f55fffead292f2e84fdd355f629a320d38ab # Parent 3c214808f2c72ac2c321ca98f1e41496b2f925a2 Expand some keyword in the mail manual page also diff -r 3c214808f2c7 -r d058f55fffea Makefile --- a/Makefile Mon Feb 20 08:50:20 2023 +0100 +++ b/Makefile Wed Feb 22 21:23:50 2023 +0100 @@ -64,6 +64,11 @@ post-extract-DOCS-on: ${MKDIR} ${WRKSRC}/docs (${TAR} -C ${.CURDIR}/docs -c --exclude ./_build -f - . | ${TAR} -C ${WRKSRC}/docs -x -f - ) +.for _mp in man/man8/local-bsdtools.rst + ${SED} -i "" -e "s|@@PKGORIGIN@@|${PKGORIGIN}|" ${WRKSRC}/docs/${_mp} + ${SED} -i "" -e "s|@@VERSION@@|${PORTVERSION}|" ${WRKSRC}/docs/${_mp} + ${SED} -i "" -e "s|\\\$$HGid\\\$$|\$$HGid: ${HGPATH}/docs/${_mp} ${HGREVISION} ${HGDATE} ${HGAUTHOR} ${HGPHASE} \$$|" ${WRKSRC}/docs/${_mp} +.endfor .if ${PORT_OPTIONS:MDOCS} do-build: diff -r 3c214808f2c7 -r d058f55fffea docs/man/man8/local-bsdtools.rst --- a/docs/man/man8/local-bsdtools.rst Mon Feb 20 08:50:20 2023 +0100 +++ b/docs/man/man8/local-bsdtools.rst Wed Feb 22 21:23:50 2023 +0100 @@ -71,3 +71,10 @@ Because the tools use different helper tools like :command:`zfs` or :command:`pkg` the relevant environment variables according to this tools also do apply generally. + + +History +------- + +:Version: @(#)@@PKGORIGIN@@ v@@VERSION@@ +:ID: $HGid$