diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2012-06-25 10:53:29 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2012-06-25 10:53:29 +0000 |
commit | 69f2c4c57eeba8a8fac2b5cba98a67bcd0f3a84a (patch) | |
tree | be7384a30f2373b30f277a7ebe8b58939190168f /net | |
parent | c65cec324467c174542055efffceb49c4f3915f8 (diff) | |
download | ports-69f2c4c57eeba8a8fac2b5cba98a67bcd0f3a84a.tar.gz ports-69f2c4c57eeba8a8fac2b5cba98a67bcd0f3a84a.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/stf-6rd-kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/stf-6rd-kmod/Makefile b/net/stf-6rd-kmod/Makefile index e658e0736033..5476476b5f3f 100644 --- a/net/stf-6rd-kmod/Makefile +++ b/net/stf-6rd-kmod/Makefile @@ -7,7 +7,7 @@ PORTNAME= stf PORTVERSION= 0.${SVN_REV} -CATEGORIES= net ipv6 +CATEGORIES= net ipv6 kld MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kuriyama PKGNAMESUFFIX= -6rd-kmod |