diff options
author | edwin <edwin@FreeBSD.org> | 2003-08-28 08:09:58 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-08-28 08:09:58 +0800 |
commit | d5d5bcf1363e6e9304258d9d58bd3bd8f6d31e6f (patch) | |
tree | 5f35abf9798717e1cb750faf98ca236e01b7df17 /net | |
parent | 44c066930f8fea595766106b5316b75a5776be39 (diff) | |
download | freebsd-ports-gnome-d5d5bcf1363e6e9304258d9d58bd3bd8f6d31e6f.tar.gz freebsd-ports-gnome-d5d5bcf1363e6e9304258d9d58bd3bd8f6d31e6f.tar.zst freebsd-ports-gnome-d5d5bcf1363e6e9304258d9d58bd3bd8f6d31e6f.zip |
Use the new virtual category 'scheme'
- Add the virtual category 'scheme' to the orphan ports
- Fix the chicken's csc script
- Minor portlint cleanups
PR: ports/55265
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/net-http/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/net-http/Makefile b/net/net-http/Makefile index 35bd177da7ad..0a706db67e80 100644 --- a/net/net-http/Makefile +++ b/net/net-http/Makefile @@ -8,7 +8,7 @@ PORTNAME= net-http PORTVERSION= 0.3.1 -CATEGORIES= net +CATEGORIES= net scheme MASTER_SITES= http://evan.prodromou.san-francisco.ca.us/software/net-http/ MAINTAINER= ports@FreeBSD.org |