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/ipw-firmware | |
parent | 233fa55460edc8d4c06c7a6c5fc6ba62dfdf0d87 (diff) | |
download | freebsd-ports-graphics-9d78065b934ec3ec7e86d81fa0215bfc76ffca26.tar.gz freebsd-ports-graphics-9d78065b934ec3ec7e86d81fa0215bfc76ffca26.tar.zst freebsd-ports-graphics-9d78065b934ec3ec7e86d81fa0215bfc76ffca26.zip |
Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.
Hat: portmgr
Diffstat (limited to 'net/ipw-firmware')
-rw-r--r-- | net/ipw-firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipw-firmware/Makefile b/net/ipw-firmware/Makefile index 3d7ba663bc7..63b87c7490e 100644 --- a/net/ipw-firmware/Makefile +++ b/net/ipw-firmware/Makefile @@ -9,7 +9,7 @@ PORTNAME?= ipw-firmware RELNAME?= ipw2100 PORTVERSION?= 1.3 PORTREVISION?= 8 -CATEGORIES= net sysutils +CATEGORIES= net sysutils kld MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= flz/ipw DISTFILES= ${RELNAME}-fw-${PORTVERSION}.tgz |