From 2e23844bbbf863b9c3a362fd5d214c2ff029ce66 Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 11 Mar 2013 14:45:20 +0000 Subject: [PATCH] zap :L --- infrastructure/templates/Makefile.template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/infrastructure/templates/Makefile.template b/infrastructure/templates/Makefile.template index 0c906046734..910a6212ca5 100644 --- a/infrastructure/templates/Makefile.template +++ b/infrastructure/templates/Makefile.template @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.template,v 1.63 2013/03/11 11:51:04 espie Exp $ +# $OpenBSD: Makefile.template,v 1.64 2013/03/11 14:45:20 espie Exp $ # $FreeBSD/NetBSD: credit FreeBSD/NetBSD if thats where the port came from $ # Original from: credit the original author here # @@ -139,7 +139,7 @@ MASTER_SITES = ??? #FLAVORS = 1 2 3 a b #FLAVOR ?= # grab multiple choice value -#CHOICE = ${FLAVOR:L:Na:Nb} +#CHOICE = ${FLAVOR:Na:Nb} # check that CHOICE is 1 OR 2 OR 3, or error out #.if ${CHOICE} == "1" # code for 1 @@ -151,10 +151,10 @@ MASTER_SITES = ??? #ERRORS += "Fatal: Conflicting flavor: ${FLAVOR}" #.endif # check for switches -#.if ${FLAVOR:L:Ma} +#.if ${FLAVOR:Ma} # code for a #.endif -#.if ${FLAVOR:L:Mb} +#.if ${FLAVOR:Mb} # code for b #.endif