pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/bthfp Since ONLY_FOR_PLATFORM and NOT_FOR_PLATFO...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f918f9ec489
branches:  trunk
changeset: 643886:3f918f9ec489
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Thu Jan 01 09:32:19 2015 +0000

description:
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]*.

diffstat:

 comms/bthfp/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 1ab18f13760b -r 3f918f9ec489 comms/bthfp/Makefile
--- a/comms/bthfp/Makefile      Thu Jan 01 09:32:13 2015 +0000
+++ b/comms/bthfp/Makefile      Thu Jan 01 09:32:19 2015 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index