diff options
author | linimon <linimon@FreeBSD.org> | 2007-06-29 17:16:42 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-06-29 17:16:42 +0800 |
commit | 9d78065b934ec3ec7e86d81fa0215bfc76ffca26 (patch) | |
tree | e2a74ca04b3d947fabd0073a7bf9788e8b290a74 /net/ipvs/Makefile | |
parent | 233fa55460edc8d4c06c7a6c5fc6ba62dfdf0d87 (diff) | |
download | freebsd-ports-gnome-9d78065b934ec3ec7e86d81fa0215bfc76ffca26.tar.gz freebsd-ports-gnome-9d78065b934ec3ec7e86d81fa0215bfc76ffca26.tar.zst freebsd-ports-gnome-9d78065b934ec3ec7e86d81fa0215bfc76ffca26.zip |
Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.
Hat: portmgr
Diffstat (limited to 'net/ipvs/Makefile')
-rw-r--r-- | net/ipvs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipvs/Makefile b/net/ipvs/Makefile index af783c26d853..57dce406ba3f 100644 --- a/net/ipvs/Makefile +++ b/net/ipvs/Makefile @@ -8,7 +8,7 @@ PORTNAME= ipvs PORTVERSION= 0.4.0 PORTREVISION= 2 -CATEGORIES= net +CATEGORIES= net kld MASTER_SITES= http://www.cultdeadsheep.org/~clement/FreeBSD/ipvs/ DISTNAME= ipvs-${PORTVERSION}_${PORTREVISION} |