diff options
author | dholland <dholland@pkgsrc.org> | 2015-12-26 23:09:45 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-12-26 23:09:45 +0000 |
commit | 109dff300fdaf1376ef5bfc5f2846e7d5644ce3e (patch) | |
tree | 5bc548332bc107f8df4d1b8a3c08eaa729615858 /cross | |
parent | 01241731aac066b5ce8906178226f4b0013f940b (diff) | |
download | pkgsrc-109dff300fdaf1376ef5bfc5f2846e7d5644ce3e.tar.gz |
While passing by, set LICENSE.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/bfd-mdsetimage/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/bfd-mdsetimage/Makefile b/cross/bfd-mdsetimage/Makefile index 215b5aaa29f..f5ae7f15f27 100644 --- a/cross/bfd-mdsetimage/Makefile +++ b/cross/bfd-mdsetimage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2012/10/03 00:10:29 asau Exp $ +# $NetBSD: Makefile,v 1.25 2015/12/26 23:09:45 dholland Exp $ DISTNAME= bfd-mdsetimage-1.15.1 PKGREVISION= 1 @@ -8,6 +8,7 @@ DISTFILES= # empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Mdsetimage using libbfd, used for cross-building distributions +LICENSE= modified-bsd INSTALLATION_DIRS= bin |