mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
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
@ -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 New Issue
Block a user