diff options
Diffstat (limited to 'games/lincity/Makefile')
-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 |