Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Feb 2022 12:56:30 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ce68ff693814 - main - graphics/vulkan-headers: trim newlines
Message-ID:  <202202201256.21KCuUS1082767@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ce68ff693814a9e4a788e09b66d3d08118a0a37d

commit ce68ff693814a9e4a788e09b66d3d08118a0a37d
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-02-20 12:55:46 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-02-20 12:55:46 +0000

    graphics/vulkan-headers: trim newlines
---
 graphics/vulkan-headers/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/graphics/vulkan-headers/Makefile b/graphics/vulkan-headers/Makefile
index 7e8331f9e56f..064af284b636 100644
--- a/graphics/vulkan-headers/Makefile
+++ b/graphics/vulkan-headers/Makefile
@@ -9,12 +9,10 @@ COMMENT=	Headers for the Vulkan graphics API
 LICENSE=	APACHE20
 
 USES=		cmake
-STRIP=		# nothing to strip
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	KhronosGroup
 GH_PROJECT=	Vulkan-Headers
-
+STRIP=		# nothing to strip
 NO_ARCH=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202201256.21KCuUS1082767>