fix pkg-plist example: use %%DOCSDIR%% instead of share/doc/pure-ftpd

Approved By:	alex (mentor)
Reviewed By:	brueffer
This commit is contained in:
Oliver Lehmann 2003-07-07 13:56:51 +00:00
parent bf998f7869
commit c9e2186e54
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17486

View file

@ -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