- 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:
parent
cddd71b5dc
commit
9499ba7434
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26872
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue