Wrap characters quote literally from a Makefile in <quote><literal>

Reviewed by:	erwin, pav
This commit is contained in:
Giorgos Keramidas 2006-01-22 22:16:01 +00:00
parent 93b7048dcc
commit 0f6673c4b4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26929

View file

@ -3298,7 +3298,8 @@ ALWAYS_KEEP_DISTFILES= yes
<programlisting>PERL_RUN_DEPENDS= MIME-Base64:${PORTSDIR}/converters/p5-MIME-Base64</programlisting>
will check for the <literal>MIME::Base64</literal> Perl module
(note the replacement of :: with -) and install it if
(note the replacement of <quote><literal>::</literal></quote>
with <quote><literal>-</literal></quote>) and install it if
it is missing.</para>
</sect2>