Date: Thu, 11 Jan 2024 16:27:43 GMT From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cc49d5567a77 - main - ftp/vsftpd: use ${PREFIX}/share/man Message-ID: <202401111627.40BGRhVi010340@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc49d5567a7729067972c4ec5c9c626391666992 commit cc49d5567a7729067972c4ec5c9c626391666992 Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2024-01-11 16:26:56 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2024-01-11 16:26:56 +0000 ftp/vsftpd: use ${PREFIX}/share/man --- ftp/vsftpd/Makefile | 6 +++--- ftp/vsftpd/pkg-plist | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ftp/vsftpd/Makefile b/ftp/vsftpd/Makefile index 0da3fa86f3b4..b82a2713437e 100644 --- a/ftp/vsftpd/Makefile +++ b/ftp/vsftpd/Makefile @@ -1,6 +1,6 @@ PORTNAME= vsftpd PORTVERSION= 3.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp MASTER_SITES= https://security.appspot.com/downloads/ \ GENTOO @@ -95,8 +95,8 @@ do-install: ${LN} ${STAGEDIR}${PREFIX}/libexec/vsftpd ${STAGEDIR}${PREFIX}/libexec/vsftpd6 ${INSTALL_DATA} ${WRKSRC}/vsftpd.conf ${STAGEDIR}${PREFIX}/etc/vsftpd.conf.sample ${INSTALL_DATA} ${WRKSRC}/vsftpd6.conf ${STAGEDIR}${PREFIX}/etc/vsftpd6.conf.sample - ${INSTALL_MAN} ${WRKSRC}/vsftpd.conf.5 ${STAGEDIR}${PREFIX}/man/man5/ - ${INSTALL_MAN} ${WRKSRC}/vsftpd.8 ${STAGEDIR}${PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/vsftpd.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5/ + ${INSTALL_MAN} ${WRKSRC}/vsftpd.8 ${STAGEDIR}${PREFIX}/share/man/man8/ ${MKDIR} ${STAGEDIR}/var/ftp ${STAGEDIR}${PREFIX}/share/vsftpd/empty do-install-DOCS-on: diff --git a/ftp/vsftpd/pkg-plist b/ftp/vsftpd/pkg-plist index 830b1c012748..ad4f393dfb55 100644 --- a/ftp/vsftpd/pkg-plist +++ b/ftp/vsftpd/pkg-plist @@ -1,7 +1,7 @@ libexec/vsftpd libexec/vsftpd6 -man/man5/vsftpd.conf.5.gz -man/man8/vsftpd.8.gz +share/man/man5/vsftpd.conf.5.gz +share/man/man8/vsftpd.8.gz @sample etc/vsftpd.conf.sample @sample etc/vsftpd6.conf.sample @postunexec rmdir /var/ftp 2>/dev/null || true
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401111627.40BGRhVi010340>