git: b3408688b0e6 - main - editors/vim: Fix build under (non-poudriere) `make install'

Adam Weinberger adamw at FreeBSD.org
Fri Sep 3 07:28:38 UTC 2021


The branch main has been updated by adamw:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b3408688b0e693740017005e1221ca1d9ed376bc

commit b3408688b0e693740017005e1221ca1d9ed376bc
Author:     Adam Weinberger <adamw at FreeBSD.org>
AuthorDate: 2021-09-03 07:27:19 +0000
Commit:     Adam Weinberger <adamw at FreeBSD.org>
CommitDate: 2021-09-03 07:28:35 +0000

    editors/vim: Fix build under (non-poudriere) `make install'
---
 editors/vim/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index c025cb68cb5c..7e12f30a8bb2 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -39,6 +39,7 @@ VIM_VER=	${PORTNAME}${PORTVERSION:R:S|.||g}
 # FLAVORS are used to build various Vim GUIs. The default flavor (`vim') is
 # console-only.
 FLAVORS=	console athena gtk2 gtk3 motif x11 tiny
+FLAVOR?=	${FLAVORS:[1]}
 # Register conflicts with all other flavors
 CONFLICTS_INSTALL=	${FLAVORS:N${FLAVOR}:S/^/vim-/}
 


More information about the dev-commits-ports-main mailing list