diff options
-rw-r--r-- | games/doom-data/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/doom-data/Makefile b/games/doom-data/Makefile index 406bcc5032cc..4a3e9c9b5042 100644 --- a/games/doom-data/Makefile +++ b/games/doom-data/Makefile @@ -50,6 +50,10 @@ PLIST_SUB+= ${f}="@comment " . endif .endfor +.if ${DISTFILES} == "" +. undef DIST_SUBDIR +.endif + do-extract: @${MKDIR} ${WRKDIR} .for f in ${LIST} |