pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/lincity Create directories which the Makefile do...
details: https://anonhg.NetBSD.org/pkgsrc/rev/522629f05c44
branches: trunk
changeset: 477893:522629f05c44
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jul 10 23:37:19 2004 +0000
description:
Create directories which the Makefile does not seem to
create during installation -- should fix bulk build.
diffstat:
games/lincity/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r d99f2582ca07 -r 522629f05c44 games/lincity/Makefile
--- a/games/lincity/Makefile Sat Jul 10 23:34:39 2004 +0000
+++ b/games/lincity/Makefile Sat Jul 10 23:37:19 2004 +0000
@@ -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_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
Home |
Main Index |
Thread Index |
Old Index