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/maxr | |
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/maxr')
-rw-r--r-- | games/maxr/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/maxr/Makefile b/games/maxr/Makefile index ee70223280a8..3ba306486805 100644 --- a/games/maxr/Makefile +++ b/games/maxr/Makefile @@ -19,6 +19,10 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/${PORTNAME} PORTDATA= * +PLIST_DIRS= %%DATADIR%%/voices \ + %%DATADIR%%/vehicles/sub/sub \ + %%DATADIR%%/save \ + %%DATADIR%%/mve DESKTOP_ENTRIES="M.A.X.R." \ "Mechanized Assault and Exploration Reloaded" \ |