svn commit: r341373 - head/security/quantis-kmod

Rene Ladan rene at FreeBSD.org
Mon Jan 27 11:14:54 UTC 2014


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


More information about the svn-ports-all mailing list