git: 0ed11cf5401e - main - sysutils/httm: Use Makefile.crates
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Oct 2024 15:55:22 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0ed11cf5401e30a78adbefe15f6edd2767facafc commit 0ed11cf5401e30a78adbefe15f6edd2767facafc Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-10-24 22:54:07 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-10-25 15:54:47 +0000 sysutils/httm: Use Makefile.crates --- sysutils/httm/Makefile | 2 -- sysutils/httm/{Makefile.cargo => Makefile.crates} | 0 2 files changed, 2 deletions(-) diff --git a/sysutils/httm/Makefile b/sysutils/httm/Makefile index 121fb501205d..8131afa74763 100644 --- a/sysutils/httm/Makefile +++ b/sysutils/httm/Makefile @@ -16,8 +16,6 @@ USES= cargo USE_GITHUB= yes GH_ACCOUNT= kimono-koans -.include "${.CURDIR}/Makefile.cargo" - PLIST_FILES= bin/httm .include <bsd.port.mk> diff --git a/sysutils/httm/Makefile.cargo b/sysutils/httm/Makefile.crates similarity index 100% rename from sysutils/httm/Makefile.cargo rename to sysutils/httm/Makefile.crates