1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

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

This commit is contained in:
Adam Weinberger 2021-09-03 01:27:19 -06:00
parent a418eaab5c
commit b3408688b0

View File

@ -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-/}