Date: Sun, 26 May 2019 04:14:52 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502677 - head/games/neverball Message-ID: <201905260414.x4Q4Eq5H021733@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sun May 26 04:14:52 2019 New Revision: 502677 URL: https://svnweb.freebsd.org/changeset/ports/502677 Log: games/neverball: Fix spelling of NLS_MAKE_ENV There is no opt_MAKE_ENV_ON helper. Luckily ENABLE_NLS=1 is the default for the build anyway and this just makes it explicit. Modified: head/games/neverball/Makefile Modified: head/games/neverball/Makefile ============================================================================== --- head/games/neverball/Makefile Sun May 26 04:08:09 2019 (r502676) +++ head/games/neverball/Makefile Sun May 26 04:14:52 2019 (r502677) @@ -29,7 +29,7 @@ PORTDATA= * OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext -NLS_MAKE_ENV_ON= ENABLE_NLS=1 +NLS_MAKE_ENV= ENABLE_NLS=1 NLS_MAKE_ENV_OFF= ENABLE_NLS=0 do-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905260414.x4Q4Eq5H021733>