From 1c17700f74e3c8fa67fb19426de8ec17278d9caa Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sat, 4 Sep 2021 12:54:36 +0000 Subject: [PATCH] Proper indent. --- x11/gnome/gnome.port.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/x11/gnome/gnome.port.mk b/x11/gnome/gnome.port.mk index 4231709a7fa..223e21d18b1 100644 --- a/x11/gnome/gnome.port.mk +++ b/x11/gnome/gnome.port.mk @@ -1,4 +1,4 @@ -# $OpenBSD: gnome.port.mk,v 1.120 2021/09/04 12:51:15 ajacoutot Exp $ +# $OpenBSD: gnome.port.mk,v 1.121 2021/09/04 12:54:36 ajacoutot Exp $ # # Module for GNOME related ports @@ -11,12 +11,12 @@ DISTNAME= ${GNOME_PROJECT}-${GNOME_VERSION} VERSION= ${GNOME_VERSION} HOMEPAGE ?= https://wiki.gnome.org/ # XXX make it more generic -.if ${GNOME_VERSION:R:R:R} == "40" || ${GNOME_VERSION:R:R:R} == "41" || \ - ${GNOME_VERSION:R:R:R} == "42" || ${GNOME_VERSION:R:R:R} == "43" +. if ${GNOME_VERSION:R:R:R} == "40" || ${GNOME_VERSION:R:R:R} == "41" || \ + ${GNOME_VERSION:R:R:R} == "42" || ${GNOME_VERSION:R:R:R} == "43" MASTER_SITES ?= ${MASTER_SITE_GNOME:=sources/${GNOME_PROJECT}/${GNOME_VERSION:R:R:R}/} -.else +. else MASTER_SITES ?= ${MASTER_SITE_GNOME:=sources/${GNOME_PROJECT}/${GNOME_VERSION:C/^([0-9]+\.[0-9]+).*/\1/}/} -.endif +. endif CATEGORIES += x11/gnome . elif (defined(MATE_PROJECT) && defined(MATE_VERSION)) DISTNAME= ${MATE_PROJECT}-${MATE_VERSION}