diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-23 05:38:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-23 05:38:23 +0800 |
commit | 4d9acf04b564016c2fd81b5901af66f265e6e406 (patch) | |
tree | 8f560639a4f7f514abb615fbbc4bb4b50c56421d /games/phalanx/Makefile | |
parent | b91214c7207893da973ac8071041560845388487 (diff) | |
download | freebsd-ports-gnome-4d9acf04b564016c2fd81b5901af66f265e6e406.tar.gz freebsd-ports-gnome-4d9acf04b564016c2fd81b5901af66f265e6e406.tar.zst freebsd-ports-gnome-4d9acf04b564016c2fd81b5901af66f265e6e406.zip |
Revert r375084
A too sharp axe causes unpredictable damages
Reported by: amdmi3
Diffstat (limited to 'games/phalanx/Makefile')
-rw-r--r-- | games/phalanx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/phalanx/Makefile b/games/phalanx/Makefile index 61a47bd8906e..ee3224fdcadd 100644 --- a/games/phalanx/Makefile +++ b/games/phalanx/Makefile @@ -31,6 +31,7 @@ PLIST_FILES= bin/phalanx \ %%DATADIR%%/eco.phalanx \ %%DATADIR%%/pbook.phalanx \ %%DATADIR%%/sbook.phalanx +PLIST_DIRS= %%DATADIR%% OPTIONS_DEFINE= DOCS |