pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/quakeforge Ensure all directories preexist and f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c541edcf90d4
branches:  trunk
changeset: 530453:c541edcf90d4
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jun 30 19:16:26 2007 +0000

description:
Ensure all directories preexist and fix PLIST for the partial
installation before. Bump revision.

diffstat:

 games/quakeforge/Makefile |   8 +++-----
 games/quakeforge/PLIST    |  19 ++++++++++++++++++-
 2 files changed, 21 insertions(+), 6 deletions(-)

diffs (62 lines):

diff -r 3f8ea7d3cd97 -r c541edcf90d4 games/quakeforge/Makefile
--- a/games/quakeforge/Makefile Sat Jun 30 18:49:38 2007 +0000
+++ b/games/quakeforge/Makefile Sat Jun 30 19:16:26 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2007/01/15 16:55:14 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2007/06/30 19:16:26 joerg Exp $
 
 DISTNAME=              quakeforge-0.5.5
-PKGREVISION=           6
+PKGREVISION=           7
 CATEGORIES=            games
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=quake/}
 
@@ -36,9 +36,7 @@
 PLIST_SUBST+=          COND_SUN="@comment "
 .endif
 
-pre-install:
-       ${INSTALL_PROGRAM_DIR} ${PREFIX}/include/QF/plugin
-       ${INSTALL_PROGRAM_DIR} ${PREFIX}/include/QF/ruamoko/gui
+INSTALLATION_DIRS=     include/QF/GL include/QF/plugin include/QF/ruamoko/gui
 
 .include "../../devel/SDL/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
diff -r 3f8ea7d3cd97 -r c541edcf90d4 games/quakeforge/PLIST
--- a/games/quakeforge/PLIST    Sat Jun 30 18:49:38 2007 +0000
+++ b/games/quakeforge/PLIST    Sat Jun 30 19:16:26 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2006/05/15 23:33:22 joerg Exp $
+@comment $NetBSD: PLIST,v 1.5 2007/06/30 19:16:26 joerg Exp $
 bin/bsp2img
 bin/hw-master
 bin/nq-glx
@@ -26,6 +26,22 @@
 bin/qw-server
 bin/wad
 bin/zpak
+include/QF/GL/ati.h
+include/QF/GL/defines.h
+include/QF/GL/extensions.h
+include/QF/GL/funcs.h
+include/QF/GL/qf_explosions.h
+include/QF/GL/qf_funcs_list.h
+include/QF/GL/qf_lightmap.h
+include/QF/GL/qf_noisetextures.h
+include/QF/GL/qf_rlight.h
+include/QF/GL/qf_rmain.h
+include/QF/GL/qf_rsurf.h
+include/QF/GL/qf_screen.h
+include/QF/GL/qf_sky.h
+include/QF/GL/qf_textures.h
+include/QF/GL/qf_vid.h
+include/QF/GL/types.h
 include/QF/bspfile.h
 include/QF/cbuf.h
 include/QF/cdaudio.h
@@ -182,4 +198,5 @@
 @dirrm include/QF/ruamoko/gui
 @dirrm include/QF/ruamoko
 @dirrm include/QF/plugin
+@dirrm include/QF/GL
 @dirrm include/QF



Home | Main Index | Thread Index | Old Index