- Remove :install from LIB_DEPENDS example, it's optional and we all seen

enough new port PRs which had :install everywhere
- Correct description of PATCH_DEPENDS example to match the example
This commit is contained in:
Pav Lucistnik 2006-01-18 20:14:34 +00:00
parent cddd71b5dc
commit 9499ba7434
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26872

View file

@ -3108,7 +3108,7 @@ ALWAYS_KEEP_DISTFILES= yes
directory in which to find it in case it is not available, and
<replaceable>target</replaceable> is the target to call in that
directory. For example,
<programlisting>LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg:install</programlisting>
<programlisting>LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg</programlisting>
will check for a shared jpeg library with major version 9, and
descend into the <filename>graphics/jpeg</filename> subdirectory
of your ports tree to build and install it if it is not found.
@ -3266,7 +3266,7 @@ ALWAYS_KEEP_DISTFILES= yes
${NONEXISTENT}:${PORTSDIR}/java/jfc:extract
</programlisting>will descend into the
<filename>java/jfc</filename> subdirectory of your ports tree to
build and install it if it is not found.</para>
extract it.</para>
<para>The dependency is checked from within the
<maketarget>patch</maketarget> target. The