diff options
author | miwi <miwi@FreeBSD.org> | 2010-06-06 03:59:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-06-06 03:59:12 +0800 |
commit | d3cfa8efc3f44ecf3dd56568b189fc754861ebb4 (patch) | |
tree | 69cbf50397f60bce678e65e8e536958ba5a34f46 /editors/nano | |
parent | 3c2de4c3c1509b35003f606603b721eac1a687a2 (diff) | |
download | freebsd-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/Makefile | 2 |
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="" |