diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-22 21:38:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-22 21:38:23 +0000 |
commit | 877e37b717d718c287c6d0a611fa3d8993d86870 (patch) | |
tree | 8f560639a4f7f514abb615fbbc4bb4b50c56421d /games/darkplaces | |
parent | 01a23031a1d15f01c10a311691493992b7fb96e6 (diff) |
Notes
Diffstat (limited to 'games/darkplaces')
-rw-r--r-- | games/darkplaces/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/darkplaces/Makefile b/games/darkplaces/Makefile index e0c1a3d88345..a4b40a00323f 100644 --- a/games/darkplaces/Makefile +++ b/games/darkplaces/Makefile @@ -30,6 +30,7 @@ DEDICATED_DESC= Build dedicated server SDL_DESC= Build SDL client PLIST_FILES= %%DATADIR%%/dummy +PLIST_DIRS= %%DATADIR%% PORTDOCS= darkplaces.txt .include "${.CURDIR}/../quake-data/Makefile.include" |