diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-30 19:16:26 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-30 19:16:26 +0000 |
commit | f0b8538214cef9d678f5f41f467aaf3460a53364 (patch) | |
tree | c7bf588f02c3a7ce4faaa44a2b626eddbe5b8464 /games/quakeforge | |
parent | a5a7bfecb1c54807e46d02c7693700e1a7a3288a (diff) | |
download | pkgsrc-f0b8538214cef9d678f5f41f467aaf3460a53364.tar.gz |
Ensure all directories preexist and fix PLIST for the partial
installation before. Bump revision.
Diffstat (limited to 'games/quakeforge')
-rw-r--r-- | games/quakeforge/Makefile | 8 | ||||
-rw-r--r-- | games/quakeforge/PLIST | 19 |
2 files changed, 21 insertions, 6 deletions
diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile index 2f9cee54394..a31ff9dbadb 100644 --- a/games/quakeforge/Makefile +++ b/games/quakeforge/Makefile @@ -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="" 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 --git a/games/quakeforge/PLIST b/games/quakeforge/PLIST index 4a8990af588..8af485646c1 100644 --- a/games/quakeforge/PLIST +++ b/games/quakeforge/PLIST @@ -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-master 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 @@ share/games/quakeforge/QF/menu.dat.gz @dirrm include/QF/ruamoko/gui @dirrm include/QF/ruamoko @dirrm include/QF/plugin +@dirrm include/QF/GL @dirrm include/QF |