summaryrefslogtreecommitdiff
path: root/editors/nano-devel/Makefile
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2009-08-12 18:57:33 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2009-08-12 18:57:33 +0000
commitd487e6adac06c158b50cf837cf246766541ecc58 (patch)
treee9c7f7ce5ee74de2cf20a6ad11570dfaeb34c6ff /editors/nano-devel/Makefile
parent- Pass maintainership to submitter (diff)
- Update to 2.10
PR: ports/137247 Submitted by: Eitan Adler <Eitan.Adler gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=239400
Diffstat (limited to 'editors/nano-devel/Makefile')
-rw-r--r--editors/nano-devel/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/nano-devel/Makefile b/editors/nano-devel/Makefile
index 1debf5c5fcc8..de25f844e507 100644
--- a/editors/nano-devel/Makefile
+++ b/editors/nano-devel/Makefile
@@ -5,12 +5,12 @@
# $FreeBSD$
#
-PORTNAME= nano-devel
-PORTVERSION= 2.1.9
-PORTREVISION= 1
+PORTNAME= nano
+PORTVERSION= 2.1.10
CATEGORIES= editors
MASTER_SITES= http://www.nano-editor.org/dist/v2.1/ \
http://www.ewtoo.org/~astyanax/nano/dist/v2.1/
+PKGNAMESUFFIX= -devel
DISTNAME= nano-${PORTVERSION}
MAINTAINER= EitanAdlerList@gmail.com
@@ -19,7 +19,6 @@ COMMENT= Nano's ANOther editor, an enhanced free Pico clone
CONFLICTS= nano-2*
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-all --enable-rc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"