aboutsummaryrefslogtreecommitdiffstats
path: root/editors/nano
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-06-06 03:59:12 +0800
committermiwi <miwi@FreeBSD.org>2010-06-06 03:59:12 +0800
commitd3cfa8efc3f44ecf3dd56568b189fc754861ebb4 (patch)
tree69cbf50397f60bce678e65e8e536958ba5a34f46 /editors/nano
parent3c2de4c3c1509b35003f606603b721eac1a687a2 (diff)
downloadfreebsd-ports-gnome-d3cfa8efc3f44ecf3dd56568b189fc754861ebb4.tar.gz
freebsd-ports-gnome-d3cfa8efc3f44ecf3dd56568b189fc754861ebb4.tar.zst
freebsd-ports-gnome-d3cfa8efc3f44ecf3dd56568b189fc754861ebb4.zip
- Add licence
PR: 147235 Submitted by: Eitan Adler <eitanadlerlist@gmail.com> (maintainer)
Diffstat (limited to 'editors/nano')
-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=""