pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/nethack-x11 Create directories before installing...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7d2224b5a2da
branches: trunk
changeset: 495585:7d2224b5a2da
user: jlam <jlam%pkgsrc.org@localhost>
date: Tue Jun 14 17:24:12 2005 +0000
description:
Create directories before installing files into them. This fixes
installation when NO_MTREE=yes, and also fixes PR pkg/30491.
diffstat:
games/nethack-x11/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 8ed5565b2617 -r 7d2224b5a2da games/nethack-x11/Makefile
--- a/games/nethack-x11/Makefile Tue Jun 14 17:23:24 2005 +0000
+++ b/games/nethack-x11/Makefile Tue Jun 14 17:24:12 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2005/06/01 18:02:51 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2005/06/14 17:24:12 jlam Exp $
#
.include "../nethack-lib/Makefile.common"
@@ -18,6 +18,8 @@
ALLFILES+= ${DISTFILES}
FONTS_X11_DIRS+= ${PREFIX}/lib/X11/fonts/misc
+INSTALLATION_DIRS= lib/X11/app-defaults lib/X11/fonts/misc
+
post-install:
@${INSTALL_DATA} ${WRKSRC}/dat/x11tiles ${PREFIX}/share/${NETHACK_DIR}
@${INSTALL_DATA} ${WRKSRC}/win/X11/NetHack.ad \
Home |
Main Index |
Thread Index |
Old Index