Date: Fri, 23 Feb 2024 19:02:32 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: 7b142cc14bfb - main - ftp/vsftpd-ext: Moved man to share/man Message-ID: <202402231902.41NJ2WkW038229@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=7b142cc14bfbee246d83c46232fcadd0d550ba28 commit 7b142cc14bfbee246d83c46232fcadd0d550ba28 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 18:02:10 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 19:01:27 +0000 ftp/vsftpd-ext: Moved man to share/man Approved by: portmgr (blanket) --- ftp/vsftpd-ext/Makefile | 6 +++--- ftp/vsftpd-ext/pkg-plist | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ftp/vsftpd-ext/Makefile b/ftp/vsftpd-ext/Makefile index e0837c5fe39b..92eac97bcddc 100644 --- a/ftp/vsftpd-ext/Makefile +++ b/ftp/vsftpd-ext/Makefile @@ -1,6 +1,6 @@ PORTNAME= vsftpd-ext PORTVERSION= ${UPSTREAMVERSION}.${EXTVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp MASTER_SITES= http://vsftpd.devnet.ru/files/${UPSTREAMVERSION}/ext.${EXTVERSION}/ PKGNAMESUFFIX?= ${SSL_SUFFIX}${PKGNAMESUFFIX2} @@ -97,8 +97,8 @@ do-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vsftpd ${STAGEDIR}${PREFIX}/libexec/ ${INSTALL_DATA} ${WRKSRC}/vsftpd.conf ${STAGEDIR}${PREFIX}/etc/vsftpd.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-ext/pkg-plist b/ftp/vsftpd-ext/pkg-plist index c42f1bbb2fce..8e7f6a68a402 100644 --- a/ftp/vsftpd-ext/pkg-plist +++ b/ftp/vsftpd-ext/pkg-plist @@ -1,6 +1,6 @@ libexec/vsftpd -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 @dir share/vsftpd/empty @dir /var/ftp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402231902.41NJ2WkW038229>