From fbb9bd2de4edb0125360860ce0e7635d62189308 Mon Sep 17 00:00:00 2001 From: dholland Date: Thu, 1 Jan 2015 09:32:19 +0000 Subject: Since ONLY_FOR_PLATFORM and NOT_FOR_PLATFORM can be used together, limit to NetBSD and then reject NetBSD-[0-3]*, instead of accepting NetBSD-[4-9]*. --- comms/bthfp/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'comms') diff --git a/comms/bthfp/Makefile b/comms/bthfp/Makefile index 76480996dc0..def6623b8af 100644 --- a/comms/bthfp/Makefile +++ b/comms/bthfp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/12/30 08:14:03 plunky Exp $ +# $NetBSD: Makefile,v 1.11 2015/01/01 09:32:19 dholland Exp $ DISTNAME= bthfp-0.1 PKGREVISION= 1 @@ -10,7 +10,8 @@ MAINTAINER= plunky@NetBSD.org COMMENT= Bluetooth Handsfree Profile LICENSE= modified-bsd -ONLY_FOR_PLATFORM= NetBSD-[4-9].*-* +ONLY_FOR_PLATFORM= NetBSD-*-* +NOT_FOR_PLATFORM= NetBSD-[0-3].*-* INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 -- cgit v1.2.3