mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Change !empty() to defined().
Noticed by: FreshPorts Sanity Checks, cperciva
This commit is contained in:
parent
36cc6cfcaa
commit
502519fd62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133142
@ -47,7 +47,7 @@ MYFILES+= ${FILE_${ii}}
|
||||
MYWITH+= ${ii}
|
||||
. endif
|
||||
.endfor
|
||||
.if !empty(MYDISTFILES)
|
||||
.if defined(MYDISTFILES)
|
||||
DISTFILES= ${MYDISTFILES}
|
||||
DIST_SUBDIR= mbrolavox
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user