[Bug 257470] [PATCH] news/rntrack: Issue with a variable
Date: Wed, 28 Jul 2021 08:56:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257470
Bug ID: 257470
Summary: [PATCH] news/rntrack: Issue with a variable
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs@FreeBSD.org
Reporter: admin@5034.ru
Created attachment 226753
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=226753&action=edit
Patch of the Makefile
Hi,
I've noticed a sad issue in the Makefile.
ETCDIR variable should be defined as:
ETCDIR= ${PREFIX}/etc/fido/rntrack
The main idea to store all fidonet software configs separately, e.g.:
/usr/local/etc/fido/<software1>/
/usr/local/etc/fido/<software2>/
/usr/local/etc/fido/<software3>/
etc
The patch is attached.
PS May be it will better to use ${PORTNAME} variable?
ETCDIR= ${PREFIX}/etc/fido/${PORTNAME}
Thanks
--
You are receiving this mail because:
You are the assignee for the bug.