diff options
| author | PÁLI Gábor János <pali.gabor@gmail.com> | 2026-05-10 09:57:45 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2026-05-10 09:57:45 +0000 |
| commit | ab36cfac773c127e13bd8e1572ef54c54bdb9834 (patch) | |
| tree | 9df2f4d8d51d451d9080381f63a026eb976fbf49 | |
| parent | 8f792d9ab0c9286bc073d93945568517ecae73f1 (diff) | |
net/wifibox-core: fix build
Apparently there is a bug in the upstream `Makefile` and the
`devd` configuration file is always created in the staging
directory, but because the `@comment` prefix is used for FreeBSD
14 and later, it is ignored and excluded from the package.
Obtained from: https://github.com/pgj/freebsd-wifibox-port/commit/0534401cfc9f4722a7d9c93ade5695916ad3d598
| -rw-r--r-- | net/wifibox-core/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/wifibox-core/pkg-plist b/net/wifibox-core/pkg-plist index f163c4bca22d..3f357e41a0d3 100644 --- a/net/wifibox-core/pkg-plist +++ b/net/wifibox-core/pkg-plist @@ -1,5 +1,6 @@ @sample etc/wifibox/bhyve.conf.sample @sample etc/wifibox/core.conf.sample +@comment @sample etc/devd/wifibox.conf.sample etc/rc.d/wifibox sbin/wifibox share/man/man5/wifibox-guest.5.gz |
