git: 12f4976f480f - stable/13 - pkgbase: Create a FreeBSD-ftpd package

From: Emmanuel Vadot <manu_at_FreeBSD.org>
Date: Wed, 05 Jan 2022 17:24:29 UTC
The branch stable/13 has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=12f4976f480f106053410203e1b86bf15c87fefe

commit 12f4976f480f106053410203e1b86bf15c87fefe
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-12-15 08:53:54 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-01-05 17:23:52 +0000

    pkgbase: Create a FreeBSD-ftpd package
    
    And put ftpd into it.
    
    MFC after:      2 weeks
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
    Differential Revision:  https://reviews.freebsd.org/D33453
    
    (cherry picked from commit 20cd6e315e05a76ee0b745a029ebfd4a79d98e55)
---
 libexec/ftpd/Makefile             | 2 ++
 release/packages/Makefile.package | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index f3a52d08521d..4d38261b9318 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -3,6 +3,8 @@
 
 .include <src.opts.mk>
 
+PACKAGE=	ftpd
+
 CONFS=	ftpusers
 PROG=	ftpd
 MAN=	ftpd.8 ftpchroot.5
diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package
index c668a270133b..a64ee77b0617 100644
--- a/release/packages/Makefile.package
+++ b/release/packages/Makefile.package
@@ -46,6 +46,8 @@ efi-tools_COMMENT=	UEFI Utilities
 efi-tools_DESC=		UEFI Utilities
 ftp_COMMENT=		FTP Utilities
 ftp_DESC=		FTP Utilities
+ftpd_COMMENT=		FTP Daemon
+ftpd_DESC=		FTP Daemon
 gdb_COMMENT= 		GDB Utilities
 gdb_DESC= 		GDB Utilities
 ggate_COMMENT=		GEOM Gate Utilities