diff options
author | Koop Mast <kwm@FreeBSD.org> | 2018-12-15 21:43:49 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2018-12-15 21:43:49 +0000 |
commit | ee59a27b6b6c84ba6610fdb24594cf8fab6f681a (patch) | |
tree | cc8c00de55c5fd4aa8f7c1332b96c8b3881c365b /games/five-or-more/Makefile | |
parent | 45ee8ac1cc7c6ec687337de170cdc79f00e4b99d (diff) |
Notes
Diffstat (limited to 'games/five-or-more/Makefile')
-rw-r--r-- | games/five-or-more/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/five-or-more/Makefile b/games/five-or-more/Makefile index c50082c863f1..b6d9ff259024 100644 --- a/games/five-or-more/Makefile +++ b/games/five-or-more/Makefile @@ -25,4 +25,7 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share GLIB_SCHEMAS= org.gnome.five-or-more.gschema.xml +post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/games + .include <bsd.port.mk> |