git: 2eaec946b6c4 - main - www/hurl: replace space by tabs in Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 Jan 2023 10:09:06 UTC
The branch main has been updated by rodrigo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2eaec946b6c4e976f9cb5e4d5f796822af927094
commit 2eaec946b6c4e976f9cb5e4d5f796822af927094
Author: Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2023-01-26 09:56:44 +0000
Commit: Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2023-01-26 09:56:44 +0000
www/hurl: replace space by tabs in Makefile
---
www/hurl/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/hurl/Makefile b/www/hurl/Makefile
index b1b76e49bac0..5ae08ea5a20a 100644
--- a/www/hurl/Makefile
+++ b/www/hurl/Makefile
@@ -165,7 +165,7 @@ CARGO_CRATES= adler32-1.2.0 \
winres-0.1.12 \
xml-rs-0.8.4 \
xmltree-0.10.3
-CARGO_INSTALL_PATH= packages/hurl packages/hurlfmt
+CARGO_INSTALL_PATH= packages/hurl packages/hurlfmt
PLIST_FILES= bin/hurl \
bin/hurlfmt \