diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-12-05 20:14:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-12-05 20:14:17 +0800 |
commit | eaf07a1344457a5d1b0aadd321e8354d7a2e0475 (patch) | |
tree | d7885869cccccdbe73dcf9f5da33a3ee54e26f38 /www | |
parent | 131585b49f932cb707a3002e57c52d6cdde66954 (diff) | |
download | freebsd-ports-gnome-eaf07a1344457a5d1b0aadd321e8354d7a2e0475.tar.gz freebsd-ports-gnome-eaf07a1344457a5d1b0aadd321e8354d7a2e0475.tar.zst freebsd-ports-gnome-eaf07a1344457a5d1b0aadd321e8354d7a2e0475.zip |
- Add LICENSE_FILE
Approved by: portmgr (blanket)
Diffstat (limited to 'www')
-rw-r--r-- | www/node/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/node/Makefile b/www/node/Makefile index fc61994daed1..103b624299de 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -11,6 +11,7 @@ MAINTAINER= linpct@gmail.com COMMENT= V8 JavaScript for client and server LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE OPTIONS_DEFINE= DOCS |