Date: Sun, 25 Feb 2024 10:05:43 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1f421b3cd561 - main - net/ntpa: Moved man to share/man Message-ID: <202402251005.41PA5hpQ015330@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1f421b3cd561e481d47b17308b13bae703ec2848 commit 1f421b3cd561e481d47b17308b13bae703ec2848 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 09:44:53 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 10:05:19 +0000 net/ntpa: Moved man to share/man Approved by: portmgr (blanket) --- net/ntpa/Makefile | 4 ++-- net/ntpa/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/ntpa/Makefile b/net/ntpa/Makefile index 75a7ebe7e177..8d1f2b63312a 100644 --- a/net/ntpa/Makefile +++ b/net/ntpa/Makefile @@ -1,6 +1,6 @@ PORTNAME= ntpa PORTVERSION= 0.8.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MASTER_SITES= http://dist1.innolan.net/ \ http://dist2.innolan.net/ @@ -57,7 +57,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/examples/small.conf ${STAGEDIR}${EXAMPLESDIR} ${MKDIR} ${STAGEDIR}${PREFIX}/etc/ntpa/ ${INSTALL_DATA} ${WRKSRC}/examples/ntpa.conf ${STAGEDIR}${PREFIX}/etc/ntpa/ntpa.conf.sample - ${INSTALL_MAN} ${WRKSRC}/docs/ntpa.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/docs/ntpa.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGES ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/DATABASE ${STAGEDIR}${DOCSDIR} diff --git a/net/ntpa/pkg-plist b/net/ntpa/pkg-plist index 7d463eceec62..2e605b867383 100644 --- a/net/ntpa/pkg-plist +++ b/net/ntpa/pkg-plist @@ -18,7 +18,7 @@ libexec/ntpa/Ntp.Analyzer.Validate.Gui.exe libexec/ntpa/Ntp.Common.dll libexec/ntpa/Ntp.Data.dll libexec/ntpa/Ntp.Data.Provider.dll -man/man1/ntpa.1.gz +share/man/man1/ntpa.1.gz %%DOCSDIR%%/CHANGES %%DOCSDIR%%/DATABASE %%DOCSDIR%%/INSTALL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251005.41PA5hpQ015330>