Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2024 15:55:22 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0ed11cf5401e - main - sysutils/httm: Use Makefile.crates
Message-ID:  <202410251555.49PFtMBh001641@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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