From 28a8f2166d57a70eb0aa968ee24dd7307264dced Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 23 Dec 2024 12:44:23 +0000 Subject: [PATCH] poison old MODPY variables: MODPY_EGG_VERSION, MODPY_FLAVOR. suggested by landry --- infrastructure/templates/mk.conf.template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/infrastructure/templates/mk.conf.template b/infrastructure/templates/mk.conf.template index 9ccf2325fbb..e750e1ae1cb 100644 --- a/infrastructure/templates/mk.conf.template +++ b/infrastructure/templates/mk.conf.template @@ -1,4 +1,4 @@ -# $OpenBSD: mk.conf.template,v 1.36 2023/09/29 09:24:58 naddy Exp $ +# $OpenBSD: mk.conf.template,v 1.37 2024/12/23 12:44:23 sthen Exp $ # This file contains some mk.conf entries suitable for ports work. # @@ -72,3 +72,5 @@ .poison MODGETTEXT_RUN_DEPENDS .poison MODGETTEXT_WANTLIB .poison MASTER_SITES +.poison MODPY_EGG_VERSION +.poison MODPY_FLAVOR