From 4d7f6036b29e7fe6e5de858156e0c81db19ed05f Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Mon, 27 Jan 2014 11:14:53 +0000 Subject: [PATCH] - Stage support - Properly specify BSD license - Include bsd.port.mk only once Approved by: portmgr (infrastructure blanket) --- security/quantis-kmod/Makefile | 12 +++--------- 1 file 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 - -post-install: - @${CAT} ${PKGMESSAGE} - -.include +.include