diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-03-23 15:53:22 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-03-23 15:53:22 +0000 |
commit | e3a244403e547ec08d4bb7865745600c2cf72013 (patch) | |
tree | 6311597d811bbb5c3a3304247ebe9ac24f7c99b9 /www/aolserver | |
parent | 209aad1f15749c9fe16bb882747570dabc33097f (diff) |
- Add LICENSE knob(s)
Notes
Notes:
svn path=/head/; revision=271527
Diffstat (limited to 'www/aolserver')
-rw-r--r-- | www/aolserver/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/aolserver/Makefile b/www/aolserver/Makefile index b55e54e2fa7c..663db1f9b3fe 100644 --- a/www/aolserver/Makefile +++ b/www/aolserver/Makefile @@ -16,6 +16,9 @@ DIST_SUBDIR= aolserver MAINTAINER= mm@FreeBSD.org COMMENT= A multithreaded web server with embedded TCL interpreter +LICENSE= MPL +LICENSE_FILE= ${WRKSRC}/license.terms + WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} AOLSERVERBASE?= ${PORTNAME} |