diff options
author | barner <barner@FreeBSD.org> | 2005-11-19 20:06:43 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-11-19 20:06:43 +0800 |
commit | 5e5da7e00b2af9af4940a85b9f7db053e62f7d61 (patch) | |
tree | bbe7e8af8fe2a2255d5d8fa67fa455a7456466ed /games/doom-data | |
parent | e33b8f7375122109a1740dfbbc3ae78f00ec1974 (diff) | |
download | freebsd-ports-gnome-5e5da7e00b2af9af4940a85b9f7db053e62f7d61.tar.gz freebsd-ports-gnome-5e5da7e00b2af9af4940a85b9f7db053e62f7d61.tar.zst freebsd-ports-gnome-5e5da7e00b2af9af4940a85b9f7db053e62f7d61.zip |
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)
Diffstat (limited to 'games/doom-data')
-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} |