diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-01-27 11:14:53 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-01-27 11:14:53 +0000 |
commit | 4d7f6036b29e7fe6e5de858156e0c81db19ed05f (patch) | |
tree | 2fd5cd617c5080b93971376b76bc0de62ea4c16e /security/quantis-kmod/Makefile | |
parent | dcb7edfcf388f715b77f86eae4cec05c4ae06102 (diff) | |
download | ports-4d7f6036b29e7fe6e5de858156e0c81db19ed05f.tar.gz ports-4d7f6036b29e7fe6e5de858156e0c81db19ed05f.zip |
- Stage support
- Properly specify BSD license
- Include bsd.port.mk only once
Approved by: portmgr (infrastructure blanket)
Notes
Notes:
svn path=/head/; revision=341373
Diffstat (limited to 'security/quantis-kmod/Makefile')
-rw-r--r-- | security/quantis-kmod/Makefile | 12 |
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> |