git: 7ecc6eb5e61e - main - sysutils/freeipmi: Remove unnecessary substitution
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Mar 2024 14:58:43 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ecc6eb5e61e4e22b96805a4aefc02f06569f7ce commit 7ecc6eb5e61e4e22b96805a4aefc02f06569f7ce Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:19:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:30:48 +0000 sysutils/freeipmi: Remove unnecessary substitution --- sysutils/freeipmi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/freeipmi/Makefile b/sysutils/freeipmi/Makefile index c523fb20a0ed..b10e3a42449b 100644 --- a/sysutils/freeipmi/Makefile +++ b/sysutils/freeipmi/Makefile @@ -34,7 +34,7 @@ USE_LDCONFIG= yes INFO= freeipmi-faq PLIST_SUB= CACHE_DIR=${CACHE_DIR} -CACHE_DIR?= /var/db/${PORTNAME} +CACHE_DIR?= /var/db/freeipmi SHEBANG_FILES= contrib/ganglia/ganglia_ipmi_sensors.pl \ contrib/nagios/nagios_ipmi_sensors.pl \