1
0
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:
Florent Thoumie 2005-04-12 12:09:14 +00:00
parent 36cc6cfcaa
commit 502519fd62
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133142

View File

@ -47,7 +47,7 @@ MYFILES+= ${FILE_${ii}}
MYWITH+= ${ii}
. endif
.endfor
.if !empty(MYDISTFILES)
.if defined(MYDISTFILES)
DISTFILES= ${MYDISTFILES}
DIST_SUBDIR= mbrolavox
.else