diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-06-29 09:16:42 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-06-29 09:16:42 +0000 |
commit | 8c91d898a62034edceeb95ace9c0831d9d8607fa (patch) | |
tree | ffd90095fece583477ad33afabdecd5b8a8df975 /net/p54u | |
parent | Unbreak after latest GHC update: accept new preprocessor output (diff) |
Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.
Hat: portmgr
Diffstat (limited to 'net/p54u')
-rw-r--r-- | net/p54u/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p54u/Makefile b/net/p54u/Makefile index 89b638778097..a008501cdda4 100644 --- a/net/p54u/Makefile +++ b/net/p54u/Makefile @@ -7,7 +7,7 @@ PORTNAME= p54u PORTVERSION= 0.8 -CATEGORIES= net +CATEGORIES= net kld MASTER_SITES= http://www.prism54.org/p54u/releases/ MAINTAINER= lekernel@prism54.org |