Date: Sun, 24 Mar 2024 13:43:35 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b00ca697fa7a - main - ftp/freebsd-ftpd: Move man pages to share/man Message-ID: <202403241343.42ODhZAg021724@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=b00ca697fa7a96e42221e9c7e90c9f5f76915eaf commit b00ca697fa7a96e42221e9c7e90c9f5f76915eaf Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-24 13:30:39 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-24 13:43:20 +0000 ftp/freebsd-ftpd: Move man pages to share/man Approved by: portmgr (blanket) --- ftp/freebsd-ftpd/Makefile | 3 ++- ftp/freebsd-ftpd/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ftp/freebsd-ftpd/Makefile b/ftp/freebsd-ftpd/Makefile index c386daf2fba9..3c35b0de1ce9 100644 --- a/ftp/freebsd-ftpd/Makefile +++ b/ftp/freebsd-ftpd/Makefile @@ -1,6 +1,7 @@ PORTNAME= freebsd-ftpd DISTVERSIONPREFIX= v DISTVERSION= 20221002 +PORTREVISION= 1 CATEGORIES= ftp MAINTAINER= cy@FreeBSD.org @@ -17,7 +18,7 @@ USES= uidfix MAKE_ARGS+= BINOWN=${BINOWN} BINMODE=${BINMODE} MAKE_ENV+= MAKESYSPATH=/usr/src/share/mk \ BINDIR=${PREFIX}/libexec \ - MANDIR=${PREFIX}/man/man \ + MANDIR=${PREFIX}/share/man/man \ MK_WERROR=no OPTIONS_DEFINE= IPV6 LIBBLACKLIST diff --git a/ftp/freebsd-ftpd/pkg-plist b/ftp/freebsd-ftpd/pkg-plist index d20051b4d69b..1559d7fcac98 100644 --- a/ftp/freebsd-ftpd/pkg-plist +++ b/ftp/freebsd-ftpd/pkg-plist @@ -1,3 +1,3 @@ libexec/ftpd -man/man5/ftpchroot.5.gz -man/man8/ftpd.8.gz +share/man/man5/ftpchroot.5.gz +share/man/man8/ftpd.8.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403241343.42ODhZAg021724>