pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

vim-nox: also ship vimdiff and vimtutor



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Sun Sep 13 03:21:58 2020 +0200
Changeset:	fba6c213dba623e20619bcaf35a9326ffd045e2a

Modified Files:
	vim-nox/Makefile
	vim-nox/PLIST

Log Message:
vim-nox: also ship vimdiff and vimtutor

This brings this package closer to the original editors/vim.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fba6c213dba623e20619bcaf35a9326ffd045e2a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 vim-nox/Makefile | 3 +--
 vim-nox/PLIST    | 2 ++
 2 files changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/vim-nox/Makefile b/vim-nox/Makefile
index 8df349ef43..b0e62c1316 100644
--- a/vim-nox/Makefile
+++ b/vim-nox/Makefile
@@ -16,9 +16,8 @@ CONFLICTS+=		vim-xaw-[0-9]* vim-kde-[0-9]*
 CONFIGURE_ARGS+=	--enable-gui=no --without-x
 CONFIGURE_ARGS+=	--with-tlib=${BUILDLINK_LIBNAME.termcap}
 
-
 BUILD_TARGET=		vim
-INSTALL_TARGET=		installvimbin
+INSTALL_TARGET=		installvimbin installvimdiff installtutorbin
 TEST_TARGET=		check
 
 post-install:
diff --git a/vim-nox/PLIST b/vim-nox/PLIST
index e14acaf231..27af2cd951 100644
--- a/vim-nox/PLIST
+++ b/vim-nox/PLIST
@@ -2,3 +2,5 @@
 bin/rview
 bin/rvim
 bin/vim
+bin/vimdiff
+bin/vimtutor


Home | Main Index | Thread Index | Old Index