mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Adapt to latest localpkg changes
PR: ports/69665 Submitted by: marcus via Alex Kapranoff <kappa@rambler-co.ru> (maintainer)
This commit is contained in:
parent
ef78599d5d
commit
1cc403093e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115033
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ prefix=%%PREFIX%%
|
|||
#
|
||||
# DO NOT CHANGE THESE DEFAULT VALUES HERE
|
||||
#
|
||||
%%SERVICE%%_enable=${%%SERVICE%%_enable:-"NO"}
|
||||
%%SERVICE%%_flags=${%%SERVICE%%_flags:-""} # Can be "-f /path/alternate_rc"
|
||||
%%SERVICE%%_enable=${%%SERVICE%%_enable-"NO"}
|
||||
# %%SERVICE%%_flags can be something like "-f /path/alternate_rc"
|
||||
|
||||
. %%RC_SUBR%%
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue