Create the symlink in pre-install instead of pre-everything.

Submitted by:	ru
This commit is contained in:
Florent Thoumie 2007-12-12 17:00:37 +00:00
parent 84d0d567a9
commit 5fa771ca45
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203347

View file

@ -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