Create the symlink in pre-install instead of pre-everything.
Submitted by: ru
This commit is contained in:
parent
84d0d567a9
commit
5fa771ca45
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203347
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ pre-everything::
|
|||
/usr/bin/false; \
|
||||
fi
|
||||
.elif !exists(/usr/X11R6) && !defined(WITHOUT_X11R6_SYMLINK)
|
||||
pre-everything::
|
||||
pre-install::
|
||||
${LN} -s ${X11BASE} /usr/X11R6 || ${TRUE}
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue