diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-01-09 15:41:08 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-01-09 15:41:08 +0000 |
commit | e0ac1afbf4d61f57851cd4a6a3a746a02296ec78 (patch) | |
tree | 740940432c415fc143ec9a4df32e1b52bea8bbdd /security/honggfuzz | |
parent | 6b3c1c257ad43484d7b791a4a70e76e61d4487c0 (diff) | |
download | ports-e0ac1afbf4d61f57851cd4a6a3a746a02296ec78.tar.gz ports-e0ac1afbf4d61f57851cd4a6a3a746a02296ec78.zip |
Notes
Diffstat (limited to 'security/honggfuzz')
-rw-r--r-- | security/honggfuzz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/honggfuzz/Makefile b/security/honggfuzz/Makefile index 91f3681b81b8..85ee2b272411 100644 --- a/security/honggfuzz/Makefile +++ b/security/honggfuzz/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= sbz@FreeBSD.org COMMENT= A general-purpose fuzzer with simple, command-line interface -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/COPYING USE_GMAKE= yes |