fix pkg-plist example: use %%DOCSDIR%% instead of share/doc/pure-ftpd
Approved By: alex (mentor) Reviewed By: brueffer
This commit is contained in:
parent
bf998f7869
commit
c9e2186e54
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17486
1 changed files with 2 additions and 2 deletions
|
@ -5901,8 +5901,8 @@ post-install:
|
|||
<literal>%%PORTDOCS%%</literal> prefix, for example:</para>
|
||||
|
||||
<programlisting>%%PORTDOCS%%share/doc/pure-ftpd/AUTHORS
|
||||
%%PORTDOCS%%share/doc/pure-ftpd/CONTACT
|
||||
%%PORTDOCS%%@dirrm share/doc/pure-ftpd</programlisting>
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CONTACT
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%</programlisting>
|
||||
|
||||
<para>You can also use the <filename>pkg-message</filename> file to
|
||||
display messages upon installation. See the <link
|
||||
|
|
Loading…
Reference in a new issue