Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2014 11:14:54 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341373 - head/security/quantis-kmod
Message-ID:  <201401271114.s0RBEs1b066967@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Mon Jan 27 11:14:53 2014
New Revision: 341373
URL: http://svnweb.freebsd.org/changeset/ports/341373
QAT: https://qat.redports.org/buildarchive/r341373/

Log:
  - Stage support
  - Properly specify BSD license
  - Include bsd.port.mk only once
  
  Approved by:	portmgr (infrastructure blanket)

Modified:
  head/security/quantis-kmod/Makefile

Modified: head/security/quantis-kmod/Makefile
==============================================================================
--- head/security/quantis-kmod/Makefile	Mon Jan 27 11:14:38 2014	(r341372)
+++ head/security/quantis-kmod/Makefile	Mon Jan 27 11:14:53 2014	(r341373)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401271114.s0RBEs1b066967>