[Bug 278487] [new port] net-p2p/hostd, renterd, walletd: Offer and rent your storage space on the Sia network
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 278487] category/port: net-p2p/hostd"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Mar 2025 11:55:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278487
--- Comment #15 from bruno <bruno@tinkerbox.org> ---
this line in pkg-plist files makes no sense to me
%%ETCDIR%%.yml.sample
There is no such file, the file is ${PORTNAME}.yml.sample
also they should use the @sample syntax, which is what I had in my submitted
Makefiles in the
PLIST_FILES= bin/hostd \
"@sample ${PREFIX}/etc/hostd.yml.sample" \
"@sample ${PREFIX}/etc/newsyslog.conf.d/hostd.conf.sample" \
"@dir(${USERS},${GROUPS},750) /var/lib/${PORTNAME}"
like described in
https://docs.freebsd.org/en/books/porters-handbook/plist/#plist-config
what is the issue with just using the PLIST_FILES section in the Makefile ?
according to the guide it's acceptable to use that when there are few files in
a port
--
You are receiving this mail because:
You are the assignee for the bug.