mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Variables which are defined in bsd.port.mk could never be used as conditional
parameter before bsd.port.pre.mk. This time it is ${DISTDIR}. Submitted by: Alan Eldridge <alane@geeksrus.net>
This commit is contained in:
parent
6bbc5c2db1
commit
0d1ecd91a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53695
@ -116,6 +116,8 @@ ExtendedInputDevices?= YES
|
||||
# InstallXserverSetUID=NO : use Xwrapper.
|
||||
# End of XFree86 configrations
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${HasXdmAuth} == YES
|
||||
.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
|
||||
.if !exists(${DISTDIR}/${DIST_SUBDIR}/Wraphelp.c)
|
||||
@ -136,4 +138,4 @@ IGNOREFILES= Wraphelp.c
|
||||
.endif # USA_RESIDENT
|
||||
.endif # HasXdmAuth
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user