diff options
author | dsainty <dsainty@pkgsrc.org> | 2012-08-18 14:46:26 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2012-08-18 14:46:26 +0000 |
commit | f5944a1e9a21407f0127f39d6d980eb87f43ca3f (patch) | |
tree | 9335612d2a1287e73ce0778d374673eca5fd28da /cross/avr-libc | |
parent | 7b7a2c1471666c6b3435a700ad2961958769a239 (diff) | |
download | pkgsrc-f5944a1e9a21407f0127f39d6d980eb87f43ca3f.tar.gz |
The contents of avr-libc are licensed with a Modified BSD License.
Diffstat (limited to 'cross/avr-libc')
-rw-r--r-- | cross/avr-libc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/avr-libc/Makefile b/cross/avr-libc/Makefile index f0423f9a10a..30f86bdb52a 100644 --- a/cross/avr-libc/Makefile +++ b/cross/avr-libc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2010/08/05 15:50:22 drochner Exp $ +# $NetBSD: Makefile,v 1.19 2012/08/18 14:46:26 dsainty Exp $ DISTNAME= avr-libc-1.6.7 PKGREVISION= 1 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= wennmach@NetBSD.org HOMEPAGE= http://savannah.nongnu.org/projects/avr-libc COMMENT= C and math library for Atmel AVR 8-bit microcontrollers +LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir |