aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-06-05 19:59:12 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-06-05 19:59:12 +0000
commitf49a9118be508ff1e62e9c5f397d6d0985d0b86c (patch)
tree80f30f1da0df4d8fd91b52ed21935df55eb3629d /editors
parentda5e61df799409db97d84b6c6b41957a3f4d5525 (diff)
downloadports-f49a9118be508ff1e62e9c5f397d6d0985d0b86c.tar.gz
ports-f49a9118be508ff1e62e9c5f397d6d0985d0b86c.zip
- Add licence
PR: 147235 Submitted by: Eitan Adler <eitanadlerlist@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=255829
Diffstat (limited to 'editors')
-rw-r--r--editors/nano/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
index 6dd6726827f1..4b53a0ea3e8d 100644
--- a/editors/nano/Makefile
+++ b/editors/nano/Makefile
@@ -22,6 +22,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAKE_JOBS_SAFE= yes
+LICENSE= GPLv3
+
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""