aboutsummaryrefslogtreecommitdiff
path: root/editors/bvi/Makefile
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-10-25 11:58:44 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-10-25 11:58:44 +0000
commit7976454fe3f6930ac2c6d2f03b93be2942c28356 (patch)
tree3aad12e4592ea7c802b83e8f29183ebb42b55c9a /editors/bvi/Makefile
parent2bde6f07e558be309c4b40931fb4c6c14470cabc (diff)
downloadports-7976454fe3f6930ac2c6d2f03b93be2942c28356.tar.gz
ports-7976454fe3f6930ac2c6d2f03b93be2942c28356.zip
Notes
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 eaab258a42de..d11388a3bafa 100644
--- a/editors/bvi/Makefile
+++ b/editors/bvi/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bvi
-PORTVERSION= 1.2.0
+PORTVERSION= 1.3.0
CATEGORIES= editors
MASTER_SITES= http://bvi.linuxave.net/download/
EXTRACT_SUFX= .src.tar.gz
@@ -14,8 +14,10 @@ EXTRACT_SUFX= .src.tar.gz
MAINTAINER= jedgar@FreeBSD.org
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --datadir=${PREFIX}/share/bvi
-MAN1= bvi.1
-MLINKS= bvi.1 bview.1
+MAN1= bvi.1 bmore.1
+MLINKS= bvi.1 bview.1 \
+ bvi.1 bvedit.1
.include <bsd.port.mk>