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/cretan-hubris | |
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/cretan-hubris')
-rw-r--r-- | games/cretan-hubris/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/cretan-hubris/Makefile b/games/cretan-hubris/Makefile index 1b96e17166ae..afda85395955 100644 --- a/games/cretan-hubris/Makefile +++ b/games/cretan-hubris/Makefile @@ -33,5 +33,6 @@ PLIST_FILES= bin/${PORTNAME} \ share/applications/${PORTNAME}.desktop \ share/pixmaps/${PORTNAME}.png \ %%DATADIR%%/${PORTNAME}.zip +PLIST_DIRS= %%DATADIR%% .include <bsd.port.mk> |