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/doom-hacx | |
parent | 01a23031a1d15f01c10a311691493992b7fb96e6 (diff) |
Revert r375084
A too sharp axe causes unpredictable damages
Reported by: amdmi3
Notes
Notes:
svn path=/head/; revision=375273
Diffstat (limited to 'games/doom-hacx')
-rw-r--r-- | games/doom-hacx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/doom-hacx/Makefile b/games/doom-hacx/Makefile index 815630fdc3f4..9dc24c5bef95 100644 --- a/games/doom-hacx/Makefile +++ b/games/doom-hacx/Makefile @@ -19,6 +19,7 @@ NO_WRKSUBDIR= yes DATADIR= ${DMDIR}/${PORTNAME} PLIST_FILES= %%DATADIR%%/${DISTNAME} +PLIST_DIRS= %%DATADIR%% .include "${.CURDIR}/../doom-data/Makefile.include" |