diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-12-17 21:25:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-12-17 21:25:27 +0800 |
commit | 462060895b8f555f76ace316492bf13a91302629 (patch) | |
tree | 87e47db1be60df4029647591f481b07d045bb298 /ftp/curl | |
parent | 78e32342ea1171e709abe454312f15c040f0ac77 (diff) | |
download | freebsd-ports-gnome-462060895b8f555f76ace316492bf13a91302629.tar.gz freebsd-ports-gnome-462060895b8f555f76ace316492bf13a91302629.tar.zst freebsd-ports-gnome-462060895b8f555f76ace316492bf13a91302629.zip |
- Add net to CATEGORIES
PR: 205269
Suggested by: <bkazemi@users.sf.net>
Diffstat (limited to 'ftp/curl')
-rw-r--r-- | ftp/curl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index b59d7763b6a5..78969d00f045 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -4,7 +4,7 @@ PORTNAME= curl PORTVERSION= 7.51.0 PORTREVISION= 4 -CATEGORIES= ftp www +CATEGORIES= ftp net www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet |