diff options
author | plunky <plunky@pkgsrc.org> | 2009-05-07 18:01:22 +0000 |
---|---|---|
committer | plunky <plunky@pkgsrc.org> | 2009-05-07 18:01:22 +0000 |
commit | eed104838e56c071df198c07c445e9293e0a760f (patch) | |
tree | 519377721421421eb4e886574a08ac843d9b387a /comms/bthfp | |
parent | b1c7fef777af0b0c831dfc6b6330012fd36f40ca (diff) | |
download | pkgsrc-eed104838e56c071df198c07c445e9293e0a760f.tar.gz |
add LICENSE=modified-bsd
Diffstat (limited to 'comms/bthfp')
-rw-r--r-- | comms/bthfp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/bthfp/Makefile b/comms/bthfp/Makefile index 9a8f819f1af..7e4bb84eab9 100644 --- a/comms/bthfp/Makefile +++ b/comms/bthfp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/05/07 17:59:37 plunky Exp $ +# $NetBSD: Makefile,v 1.5 2009/05/07 18:01:22 plunky Exp $ DISTNAME= bthfp-0.1 CATEGORIES= comms @@ -8,6 +8,8 @@ DISTFILES= bthfp-0.1.tar.gz MAINTAINER= plunky@rya-online.net COMMENT= Bluetooth Handsfree Profile +LICENSE= modified-bsd + ONLY_FOR_PLATFORM= NetBSD-[4-9].*-* PKG_DESTDIR_SUPPORT= user-destdir |