It is no longer necessary to define SRC_BASE?= in a port Makefile.
PR: docs/159047 Submitted by: Ben Kaduk <kaduk@mit.edu>
This commit is contained in:
parent
932536a769
commit
3dd6b63e51
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37442
1 changed files with 1 additions and 3 deletions
|
@ -8857,9 +8857,7 @@ GROUPS= pulse pulse-access pulse-rt</programlisting>
|
|||
kernel source files so that the port can compile. Here is the
|
||||
correct way to determine if the user has them installed:</para>
|
||||
|
||||
<programlisting>SRC_BASE?= /usr/src
|
||||
|
||||
.if !exists(${SRC_BASE}/sys/Makefile)
|
||||
<programlisting>.if !exists(${SRC_BASE}/sys/Makefile)
|
||||
IGNORE= requires kernel sources to be installed
|
||||
.endif</programlisting>
|
||||
</sect1>
|
||||
|
|
Loading…
Reference in a new issue