git: ce68ff693814 - main - graphics/vulkan-headers: trim newlines
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Feb 2022 12:56:30 UTC
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>