diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2021-09-02 15:14:20 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2021-09-07 08:25:23 +0000 |
commit | b5be5c35dbaf38caaa9c70a83025f3535abbfd4f (patch) | |
tree | 806e9dc2f43540433c40751d9405b42a3210bfa9 /usr.bin/ftp | |
parent | db953e8b97756df2d6907408388952bcc301c762 (diff) | |
download | src-b5be5c35dbaf38caaa9c70a83025f3535abbfd4f.tar.gz src-b5be5c35dbaf38caaa9c70a83025f3535abbfd4f.zip |
pkgbase: Create a FreeBSD-ftp package
ftp tools aren't that useful nowadays but some might want them.
Create a FreeBSD-ftp package so users have a choice to have
them or not.
Differential Revision: https://reviews.freebsd.org/D31794
Diffstat (limited to 'usr.bin/ftp')
-rw-r--r-- | usr.bin/ftp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile index e7de6e6c496c..3be674cfb2c6 100644 --- a/usr.bin/ftp/Makefile +++ b/usr.bin/ftp/Makefile @@ -8,6 +8,8 @@ # #CFLAGS+=-DGATE_SERVER=\"ftp-gw.host\" # -DGATE_PORT=21 +PACKAGE= ftp + TNFTP= ${SRCTOP}/contrib/tnftp .PATH: ${TNFTP}/src |