1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Stage support

- Properly specify BSD license
- Include bsd.port.mk only once

Approved by:	portmgr (infrastructure blanket)
This commit is contained in:
Rene Ladan 2014-01-27 11:14:53 +00:00
parent dcb7edfcf3
commit 4d7f6036b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341373

View File

@ -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>