diff options
author | naddy <naddy@FreeBSD.org> | 2017-05-27 06:06:10 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2017-05-27 06:06:10 +0800 |
commit | c73f26a32b305d1f36aec4a90478b6eb052f2ef1 (patch) | |
tree | b1cb439ce3597807d2df1af25a0ca227cff0eb46 | |
parent | 895bec78c3c03c427fc791b8a9cc6b295e8bbeeb (diff) | |
download | freebsd-ports-gnome-c73f26a32b305d1f36aec4a90478b6eb052f2ef1.tar.gz freebsd-ports-gnome-c73f26a32b305d1f36aec4a90478b6eb052f2ef1.tar.zst freebsd-ports-gnome-c73f26a32b305d1f36aec4a90478b6eb052f2ef1.zip |
Drop ipv6 from CATEGORIES, which has been wrong for the 6.5 years that
the KAME patch has no longer been available.
-rw-r--r-- | ftp/ncftp3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile index a9174c909ba6..adf83b7768de 100644 --- a/ftp/ncftp3/Makefile +++ b/ftp/ncftp3/Makefile @@ -4,7 +4,7 @@ PORTNAME= ncftp PORTVERSION= 3.2.6 PORTREVISION?= 0 -CATEGORIES= ftp ipv6 +CATEGORIES= ftp MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ \ ftp://ftp.mirrorservice.org/sites/ftp.ncftp.com/ncftp/ DISTNAME= ncftp-${PORTVERSION}-src |