Change role="port" to role="package" so that package links are properly

generated

Approved by:	trhodes, gabor (mentor)
This commit is contained in:
Gabor Pali 2008-08-06 20:44:12 +00:00
parent 47ec534964
commit 002b4edbbe
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32631
7 changed files with 37 additions and 37 deletions

View file

@ -57,7 +57,7 @@
<title>Basic Configuration</title>
<para>We need to install the threaded <command>perl</command>.
Install <filename role="port">lang/perl5.8</filename>
Install <filename role="package">lang/perl5.8</filename>
with the <makevar>USE_THREADS=yes</makevar> variable
set. The current version of <command>perl</command>
may need to be removed first; errors will be reported
@ -66,7 +66,7 @@
<note>
<para>This will require all ports which require
<command>perl</command> to be rebuilt and reinstalled;
<filename role="port">ports-mgmt/portupgrade</filename>
<filename role="package">ports-mgmt/portupgrade</filename>
is perfect for this. At least it will point out which
ports have been removed and which will need to be
reinstalled.</para>
@ -75,21 +75,21 @@
<para>Now for the database server;
<application>MySQL</application> is perfect for this
sort of work. Install the
<filename role="port">databases/mysql40-server</filename>
<filename role="package">databases/mysql40-server</filename>
along with
<filename role="port">databases/p5-DBD-mysql40</filename>.
<filename role="package">databases/p5-DBD-mysql40</filename>.
The previous port should imply the installation of
<filename role="port">databases/p5-DBI-137</filename>
<filename role="package">databases/p5-DBI-137</filename>
so that knocks off another step.</para>
<para>Install the <command>perl</command> based portable
server plugin, <filename role="port">net/p5-Net-Daemon</filename>
server plugin, <filename role="package">net/p5-Net-Daemon</filename>
port. Most of these port installations should have
been straight forward. The next step will be more
involved.</para>
<para>Now install the
<filename role="port">mail/p5-Sendmail-Milter</filename>
<filename role="package">mail/p5-Sendmail-Milter</filename>
port. As of this writing the <filename>Makefile</filename>
contains a line beginning with <makevar>BROKEN</makevar>,
just remove it or comment it out. It is only marked