Hello list,
While searching for inspiration on how to add Lua flavors to
databases/luadbi, I took a look at textproc/lua-yaml, which has a typo
in the spelling (FlAVOR instead of FLAVOR). I search for similar typos
across the tree with
find /usr/ports -type f -name 'Makefile*' \( \
-path '/usr/ports/pobj/*' -prune -o \
-exec grep -Filr FLAVOR {} + \) |
grep -Fv -e FLAVOR -e FLAVORS
but didn't find anything else like that.
I didn't bump REVISION, as afaiu FLAVOR ends up populated in the same
as it already is.
Cheers,
-Lucas
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/textproc/lua-yaml/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile 12 Jul 2019 20:50:01 -0000 1.5
+++ Makefile 11 May 2021 14:39:27 -0000
@@ -22,7 +22,7 @@ MODULES = lang/lua
LIB_DEPENDS = devel/libyaml
FLAVORS = lua52 lua53
-FlAVOR ?=
+FLAVOR ?=
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${PREFIX}/include" \