aboutsummaryrefslogtreecommitdiff
path: root/security/quantis-kmod
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-01-27 11:14:53 +0000
committerRene Ladan <rene@FreeBSD.org>2014-01-27 11:14:53 +0000
commit4d7f6036b29e7fe6e5de858156e0c81db19ed05f (patch)
tree2fd5cd617c5080b93971376b76bc0de62ea4c16e /security/quantis-kmod
parentdcb7edfcf388f715b77f86eae4cec05c4ae06102 (diff)
downloadports-4d7f6036b29e7fe6e5de858156e0c81db19ed05f.tar.gz
ports-4d7f6036b29e7fe6e5de858156e0c81db19ed05f.zip
Notes
Diffstat (limited to 'security/quantis-kmod')
-rw-r--r--security/quantis-kmod/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/security/quantis-kmod/Makefile b/security/quantis-kmod/Makefile
index a5e190323e2c..b847735883e8 100644
--- a/security/quantis-kmod/Makefile
+++ b/security/quantis-kmod/Makefile
@@ -13,7 +13,7 @@ DISTNAME= Quantis-${DISTVERSION}-src
MAINTAINER= ale@FreeBSD.org
COMMENT= Kernel driver for Quantis PCI/PCIe random number generator
-LICENSE= BSD GPLv2
+LICENSE= BSD3CLAUSE GPLv2
LICENSE_COMB= dual
LICENSE_FILE= ${WRKDIR}/Quantis-${DISTVERSION}/License.txt
@@ -26,12 +26,6 @@ PLIST_FILES= "@cwd ${KMODDIR}" \
"quantis.ko" \
"@cwd ${PREFIX}"
-NO_STAGE= yes
+USES= kmod uidfix
-USES= kmod
-.include <bsd.port.pre.mk>
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>