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 /sysutils/fusefs-kmod | |
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 'sysutils/fusefs-kmod')
-rw-r--r-- | sysutils/fusefs-kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fusefs-kmod/Makefile b/sysutils/fusefs-kmod/Makefile index 21f51a72136d..7dddb6fc2cfc 100644 --- a/sysutils/fusefs-kmod/Makefile +++ b/sysutils/fusefs-kmod/Makefile @@ -8,7 +8,7 @@ PORTNAME= fusefs PORTVERSION= 0.3.0 PORTREVISION= 5 -CATEGORIES= sysutils +CATEGORIES= sysutils kld MASTER_SITES= http://fuse4bsd.creo.hu/downloads/ \ http://am-productions.biz/docs/ PKGNAMESUFFIX= -kmod |