diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2015-04-01 19:34:07 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2015-04-01 19:34:07 +0000 |
commit | 3bd1a2738f212b892476b2da8ac4cbf65dc23320 (patch) | |
tree | 5c3799c62d05351cf5547d0bfc91c9182c6c5dd8 /editors/nano/Makefile | |
parent | facf2c760cf6b87bd47c73299fa13a28cca31826 (diff) |
Notes
Diffstat (limited to 'editors/nano/Makefile')
-rw-r--r-- | editors/nano/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index f11da47852f6..9a3885175920 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= nano -PORTVERSION= 2.2.6 +PORTVERSION= 2.4.0 CATEGORIES= editors -MASTER_SITES= http://www.nano-editor.org/dist/v2.2/ \ +MASTER_SITES= http://www.nano-editor.org/dist/v2.4/ \ ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,7 +22,7 @@ MAKE_ARGS+= install_htmlmanDATA=install-htmlmanDATA CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= DOCS NLS +OPTIONS_DEFINE= DOCS EXAMPLES NLS OPTIONS_SUB= yes NLS_USES= gettext |