Fix build if no WAD is selected (this also fixes the build of
games/doom-{hr, hr2, wolfendoom, hacx} which use this port's Makefile.include PR: ports/89263 Submitted by: Alejandro Pulver <alejandro@varnet.biz> (maintainer)
This commit is contained in:
parent
6fe3431739
commit
a685a5f5ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148780
1 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,10 @@ PLIST_SUB+= ${f}="@comment "
|
|||
. endif
|
||||
.endfor
|
||||
|
||||
.if ${DISTFILES} == ""
|
||||
. undef DIST_SUBDIR
|
||||
.endif
|
||||
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKDIR}
|
||||
.for f in ${LIST}
|
||||
|
|
Loading…
Reference in a new issue