From owner-svn-ports-head@FreeBSD.ORG Mon Jan 27 11:14:54 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7AA3F9FB; Mon, 27 Jan 2014 11:14:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6699B1D9B; Mon, 27 Jan 2014 11:14:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0RBEsQ2066968; Mon, 27 Jan 2014 11:14:54 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0RBEs1b066967; Mon, 27 Jan 2014 11:14:54 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201401271114.s0RBEs1b066967@svn.freebsd.org> From: Rene Ladan Date: Mon, 27 Jan 2014 11:14:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341373 - head/security/quantis-kmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2014 11:14:54 -0000 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 - -post-install: - @${CAT} ${PKGMESSAGE} - -.include +.include