diff options
author | bland <bland@FreeBSD.org> | 2009-08-26 12:40:46 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2009-08-26 12:40:46 +0800 |
commit | 8fb3e4555a615db2edaf950ca4412b88496cb0d9 (patch) | |
tree | c085dadc64148647bd3a86e3176ec4a2022d2249 /net/skystar2 | |
parent | b1555ba5c443bef24d63db26354a6ce7e12b5993 (diff) | |
download | freebsd-ports-gnome-8fb3e4555a615db2edaf950ca4412b88496cb0d9.tar.gz freebsd-ports-gnome-8fb3e4555a615db2edaf950ca4412b88496cb0d9.tar.zst freebsd-ports-gnome-8fb3e4555a615db2edaf950ca4412b88496cb0d9.zip |
Add ports with kernel modules to 'kld' virtual category.
PR: 137823
Diffstat (limited to 'net/skystar2')
-rw-r--r-- | net/skystar2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/skystar2/Makefile b/net/skystar2/Makefile index 9dcd7a0c9662..a7ed0346f3c8 100644 --- a/net/skystar2/Makefile +++ b/net/skystar2/Makefile @@ -8,7 +8,7 @@ PORTNAME= skystar2 PORTVERSION= 1.31 PORTEPOCH= 1 -CATEGORIES= net +CATEGORIES= net kld MASTER_SITES= http://paradox.lissyara.su/ \ http://lissyara.su/patch/skystar2/ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//} |