diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-11-28 19:20:09 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-11-28 19:20:09 +0800 |
commit | ced5fa41d6baa05d2c4f7bad3362e4ebe7f350a2 (patch) | |
tree | 136e373ef5bae7f4329f33039f3fada0650896fb /games/maxr | |
parent | e16067adce09ccfdb11d76862a6afd2c1b22d64d (diff) | |
download | freebsd-ports-gnome-ced5fa41d6baa05d2c4f7bad3362e4ebe7f350a2.tar.gz freebsd-ports-gnome-ced5fa41d6baa05d2c4f7bad3362e4ebe7f350a2.tar.zst freebsd-ports-gnome-ced5fa41d6baa05d2c4f7bad3362e4ebe7f350a2.zip |
- Add empty directories to plist
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 ea5a75ba7291..2dfa9607fa84 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" \ |