diff options
| author | Dave Cottlehuber <dch@FreeBSD.org> | 2025-11-04 10:57:57 +0000 |
|---|---|---|
| committer | Dave Cottlehuber <dch@FreeBSD.org> | 2025-11-04 10:57:57 +0000 |
| commit | a00c851d1e0b0296c1135c0ff6edd58d8648a4ec (patch) | |
| tree | d0b99b853c602f4f06750768c4d202cdf4616f30 | |
| parent | 40a97da38eb87d1f5076286170ab81dfd052cd79 (diff) | |
www/opengist: fix build after borked pkg-plist
Remove rc.d script inadvertently added, as it is is handled already by
USES_RC_SUBR.
Tested by: poudriere
Approved by: portmgr (build fix blanket)
Fixes: 4bd4a4e185d870ded9a3cafa16e35a08fc168ea3
| -rw-r--r-- | www/opengist/pkg-plist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/opengist/pkg-plist b/www/opengist/pkg-plist index 11cb85e5b3ea..4d729612ce64 100644 --- a/www/opengist/pkg-plist +++ b/www/opengist/pkg-plist @@ -1,6 +1,5 @@ bin/opengist %%ETCDIR%%/config.yml.sample -etc/rc.d/opengist %%WWWDIR%%/assets/KaTeX_AMS-Regular-0cdd387c.woff2 %%WWWDIR%%/assets/KaTeX_AMS-Regular-30da91e8.woff %%WWWDIR%%/assets/KaTeX_AMS-Regular-68534840.ttf |
