summaryrefslogtreecommitdiff
path: root/editors/bvi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/bvi/Makefile')
-rw-r--r--editors/bvi/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/editors/bvi/Makefile b/editors/bvi/Makefile
index 2172af1dbe72..bfa8a28d8e44 100644
--- a/editors/bvi/Makefile
+++ b/editors/bvi/Makefile
@@ -1,9 +1,8 @@
PORTNAME= bvi
-DISTVERSION= 1.4.2
-PORTREVISION= 1
+DISTVERSION= 1.5.0
CATEGORIES= editors
MASTER_SITES= SF
-EXTRACT_SUFX= .src.tar.gz
+DISTNAME= ${PORTNAME}-${DISTVERSION}.src
MAINTAINER= naddy@FreeBSD.org
COMMENT= Vi-like binary file (hex)editor
@@ -13,6 +12,9 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= ncurses
+
GNU_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
+
.include <bsd.port.mk>