aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2016-08-06 08:55:48 +0800
committerpawel <pawel@FreeBSD.org>2016-08-06 08:55:48 +0800
commitb2e03ce3ffae0dca8aed5d0f1d0f3153f8fceb10 (patch)
tree8653c6bcf9ef847b5b27e3992f33c7786436bf0b /games
parentbf0ce0c201543ddc29989b561228b2e202906c07 (diff)
downloadfreebsd-ports-gnome-b2e03ce3ffae0dca8aed5d0f1d0f3153f8fceb10.tar.gz
freebsd-ports-gnome-b2e03ce3ffae0dca8aed5d0f1d0f3153f8fceb10.tar.zst
freebsd-ports-gnome-b2e03ce3ffae0dca8aed5d0f1d0f3153f8fceb10.zip
Use ${DATADIR} in PLIST_FILES
Submitted by: mat
Diffstat (limited to 'games')
-rw-r--r--games/zdoom/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/zdoom/Makefile b/games/zdoom/Makefile
index fd1d032b90dd..e42510d9945b 100644
--- a/games/zdoom/Makefile
+++ b/games/zdoom/Makefile
@@ -23,7 +23,7 @@ CMAKE_ARGS= -DNO_FMOD:BOOL=ON
CMAKE_BUILD_TYPE?= Release
PLIST_FILES= bin/${PORTNAME} \
- %%DATADIR%%/${PORTNAME}.pk3
+ ${DATADIR}/${PORTNAME}.pk3
OPTIONS_DEFINE= FLUIDSYNTH
OPTIONS_DEFAULT=FLUIDSYNTH