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/acx100 | |
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/acx100')
-rw-r--r-- | net/acx100/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/acx100/Makefile b/net/acx100/Makefile index 5ef5f7fa40e7..aaa257863fc6 100644 --- a/net/acx100/Makefile +++ b/net/acx100/Makefile @@ -8,7 +8,7 @@ PORTNAME= acx100 PORTVERSION= 20040701 PORTREVISION= 1 -CATEGORIES= net +CATEGORIES= net kld MASTER_SITES= http://dev.kewl.org/download/:file_0 \ ftp://ftp.dlink.co.uk/wireless/dwl-650+/:file_1 DISTFILES= ${DISTFILE_0}:file_0 \ |