diff options
author | feld <feld@FreeBSD.org> | 2014-12-07 04:35:24 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2014-12-07 04:35:24 +0800 |
commit | 1359ba6520172575489007973c97753a800648d8 (patch) | |
tree | bd050a9a52070fb281ac1507bde07995a6082183 /lang/fasm | |
parent | 28d46523e66203c06e62095e869d80ec4ce6b489 (diff) | |
download | freebsd-ports-gnome-1359ba6520172575489007973c97753a800648d8.tar.gz freebsd-ports-gnome-1359ba6520172575489007973c97753a800648d8.tar.zst freebsd-ports-gnome-1359ba6520172575489007973c97753a800648d8.zip |
Update "BSD" license
Diffstat (limited to 'lang/fasm')
-rw-r--r-- | lang/fasm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/fasm/Makefile b/lang/fasm/Makefile index 1d1da27219bc..66c8340f5d77 100644 --- a/lang/fasm/Makefile +++ b/lang/fasm/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://flatassembler.net/ MAINTAINER= graudeejs@gmail.com COMMENT= Flat, multiple-pass assembler for IA-32 & x86-64 architectures -LICENSE= BSD +LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt ONLY_FOR_ARCHS= i386 amd64 ia64 |