Better for USE_RC_SUBR to refer to foo, rather than foo.sh. We'll let
bsd.port.mk add the .sh for us on platforms where that is still needed.
This commit is contained in:
parent
f06995c479
commit
526168e0dc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28056
1 changed files with 1 additions and 1 deletions
|
@ -6038,7 +6038,7 @@ USE_SDL+= mixer
|
|||
|
||||
<para>One or more rc scripts can be installed:</para>
|
||||
|
||||
<programlisting>USE_RC_SUBR= doormand.sh</programlisting>
|
||||
<programlisting>USE_RC_SUBR= doormand</programlisting>
|
||||
|
||||
<para>Scripts must be placed in the <filename>files</filename>
|
||||
subdirectory and a <literal>.in</literal> suffix must be added to their
|
||||
|
|
Loading…
Reference in a new issue