mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Stage support
- Properly specify BSD license - Include bsd.port.mk only once Approved by: portmgr (infrastructure blanket)
This commit is contained in:
parent
dcb7edfcf3
commit
4d7f6036b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341373
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user