mirror of https://git.FreeBSD.org/ports.git
www/mongoose: Fix case in rc.d file in "REQUIRE" section: daemon => DAEMON
While here replace PORTVERSION with DISTVERSION. PR: 289203 Approved by: lytboris@gmail.com (maintainer) MFH: 2025Q3
This commit is contained in:
parent
e990be2127
commit
1dea1165c9
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= mongoose
|
||||
PORTVERSION= 5.6
|
||||
DISTVERSION= 5.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= lytboris@gmail.com
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# PROVIDE: mongoose
|
||||
# REQUIRE: daemon
|
||||
# REQUIRE: DAEMON
|
||||
|
||||
# Define these mongoose_* variables in one of these files:
|
||||
# /etc/rc.conf
|
||||
|
|
Loading…
Reference in New Issue