diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-10 23:37:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-10 23:37:19 +0000 |
commit | cacf066cd585b88c195f49c6a65cc166d04e9788 (patch) | |
tree | d1887a24d69b0ef994528cec13351aee4bd693da /games/lincity | |
parent | 6be1bd823a283de84181c91d04fc6883dd5332e7 (diff) | |
download | pkgsrc-cacf066cd585b88c195f49c6a65cc166d04e9788.tar.gz |
Create directories which the Makefile does not seem to
create during installation -- should fix bulk build.
Diffstat (limited to 'games/lincity')
-rw-r--r-- | games/lincity/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/lincity/Makefile b/games/lincity/Makefile index e55900aee32..a5a3dfc0658 100644 --- a/games/lincity/Makefile +++ b/games/lincity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/03/02 16:43:49 adam Exp $ +# $NetBSD: Makefile,v 1.12 2004/07/10 23:37:19 wiz Exp $ # DISTNAME= lincity-1.12.0 @@ -18,6 +18,12 @@ USE_PKGLOCALEDIR= yes USE_X11= yes GNU_CONFIGURE= yes +pre-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/lincity/help + ${INSTALL_DATA_DIR} ${PREFIX}/share/lincity/icons + ${INSTALL_DATA_DIR} ${PREFIX}/share/lincity/messages + ${INSTALL_DATA_DIR} ${PREFIX}/share/lincity/opening + post-install: ${LN} -sf lincity.6 ${PREFIX}/man/man6/xlincity.6 |