diff options
author | Alex Dupre <ale@FreeBSD.org> | 2013-07-05 12:07:16 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2013-07-05 12:07:16 +0000 |
commit | c78100319ac546b7f150b169b34481f6f5cf074b (patch) | |
tree | d5587d68fc035e5211ebf455400e6bf0de9e0ffb /security/quantis-kmod/Makefile | |
parent | 958b931ab82951444e77496917a4b432a23d58f8 (diff) | |
download | ports-c78100319ac546b7f150b169b34481f6f5cf074b.tar.gz ports-c78100319ac546b7f150b169b34481f6f5cf074b.zip |
Notes
Diffstat (limited to 'security/quantis-kmod/Makefile')
-rw-r--r-- | security/quantis-kmod/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/security/quantis-kmod/Makefile b/security/quantis-kmod/Makefile index db88da25881b..2cb011405202 100644 --- a/security/quantis-kmod/Makefile +++ b/security/quantis-kmod/Makefile @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= quantis -DISTVERSION= v12.09.12 +DISTVERSION= v13.04.29 CATEGORIES= security kld -MASTER_SITES= http://www.idquantique.com/files/products/quantis/ \ +MASTER_SITES= http://www.idquantique.com/~download/Quantis/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ale PKGNAMESUFFIX= -kmod -DISTNAME= ${PORTNAME}-${DISTVERSION}-src +DISTNAME= Quantis-${DISTVERSION}-src MAINTAINER= ale@FreeBSD.org COMMENT= Kernel driver for Quantis PCI/PCIe random number generator @@ -33,10 +33,6 @@ PLIST_FILES= "@cwd ${KMODDIR}" \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 700000 -IGNORE= requires FreeBSD >= 7 -.endif - .if !exists(${SRC_BASE}/sys/Makefile) IGNORE= requires kernel source to be installed .endif |