diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2021-04-07 22:06:57 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2021-04-07 22:08:30 +0000 |
commit | 77b1bcdba7387299eef4965584cff57c6193e669 (patch) | |
tree | 775a01b8fcb11312688c127970f709efa2efc478 /editors/nano/Makefile | |
parent | cd545bc5bb93970f1514356702cdc69b301e7985 (diff) | |
download | ports-77b1bcdba7387299eef4965584cff57c6193e669.tar.gz ports-77b1bcdba7387299eef4965584cff57c6193e669.zip |
Diffstat (limited to 'editors/nano/Makefile')
-rw-r--r-- | editors/nano/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index c906b04e27bc..a2339db86bb5 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,7 +1,7 @@ # Created by: Philippe Lefebvre <nemesis@balistik.net> PORTNAME= nano -DISTVERSION= 5.5 +DISTVERSION= 5.6.1 CATEGORIES= editors MASTER_SITES= https://www.nano-editor.org/dist/v${DISTVERSION:R:R}/ GNU @@ -13,8 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= charsetfix ncurses pkgconfig tar:xz -CONFLICTS= nano-devel-2* - GNU_CONFIGURE= yes CONFIGURE_ARGS= --docdir=${DOCSDIR} --enable-utf8 |