diff options
author | xtraeme <xtraeme> | 2004-01-04 18:53:54 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-01-04 18:53:54 +0000 |
commit | 6f0cef3e67bd5de2fb5e869edead19aa5ebec504 (patch) | |
tree | 0429b6b9c571dbe510ddec9d493f56b2aedaf78b /games | |
parent | 123fabc4b4017cbadbbe0c3fa36e3d4d1276f496 (diff) | |
download | pkgsrc-6f0cef3e67bd5de2fb5e869edead19aa5ebec504.tar.gz |
Don't install q3ded in quake3arena*, if you want to install
the quake3 server, use quake3server* packages instead.
Bump PKGREVISION.
From David Ferlier in PR pkg/23980.
Diffstat (limited to 'games')
-rw-r--r-- | games/quake3arena-demo/Makefile | 6 | ||||
-rw-r--r-- | games/quake3arena-demo/PLIST | 3 | ||||
-rw-r--r-- | games/quake3arena/Makefile | 4 | ||||
-rw-r--r-- | games/quake3arena/PLIST | 3 |
4 files changed, 7 insertions, 9 deletions
diff --git a/games/quake3arena-demo/Makefile b/games/quake3arena-demo/Makefile index 44acabe40e2..585b2384c02 100644 --- a/games/quake3arena-demo/Makefile +++ b/games/quake3arena-demo/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2003/10/12 07:11:49 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2004/01/04 18:53:54 xtraeme Exp $ DISTNAME= linuxq3ademo-1_11-6_x86_gz +PKGREVISION= 1 PKGNAME= quake3arena-demo-1.11.6 WRKSRC= ${WRKDIR} CATEGORIES= games x11 @@ -16,7 +17,7 @@ CONFLICTS= quake3arena-[0-9]* .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} != Linux +.if ${OPSYS} != "Linux" DEPENDS+= suse_linux>=6.3:../../emulators/${SUSE_DIR_PREFIX}_linux DEPENDS+= suse_glx>=6.4:../../emulators/${SUSE_DIR_PREFIX}_glx .include "../../emulators/suse_linux/Makefile.application" @@ -51,7 +52,6 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${BINNAME}.sh ${PREFIX}/bin/${BINNAME} ${INSTALL_PROGRAM} ${WRKSRC}/bin/x86/glibc-2.1/${DISTBINNAME} \ ${LIBDIR}/${BINNAME} - ${INSTALL_PROGRAM} ${WRKSRC}/bin/x86/glibc-2.1/q3ded ${LIBDIR} ${INSTALL_DATA} ${WRKSRC}/bin/x86/glibc-2.1/libMesaVoodooGL.so.3.2 \ ${LIBDIR} ${LN} -s ${LIBDIR}/libMesaVoodooGL.so.3.2 \ diff --git a/games/quake3arena-demo/PLIST b/games/quake3arena-demo/PLIST index 401559a0bb7..6aeba00a159 100644 --- a/games/quake3arena-demo/PLIST +++ b/games/quake3arena-demo/PLIST @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:25 tron Exp $ +@comment $NetBSD: PLIST,v 1.4 2004/01/04 18:53:54 xtraeme Exp $ bin/quake3arena-demo lib/lokigames/quake3arena-demo/demoq3/pak0.pk3 -lib/lokigames/quake3arena-demo/q3ded lib/lokigames/quake3arena-demo/quake3arena-demo lib/lokigames/quake3arena-demo/icon.bmp lib/lokigames/quake3arena-demo/icon.xpm diff --git a/games/quake3arena/Makefile b/games/quake3arena/Makefile index a3bf9da98c4..253c6729806 100644 --- a/games/quake3arena/Makefile +++ b/games/quake3arena/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2003/08/31 22:32:30 xtraeme Exp $ +# $NetBSD: Makefile,v 1.14 2004/01/04 18:53:54 xtraeme Exp $ DISTNAME= linuxq3apoint-1.32b.x86 +PKGREVISION= 1 PKGNAME= quake3arena-1.32b WRKSRC= ${WRKDIR} CATEGORIES= games x11 @@ -54,7 +55,6 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${BINNAME}.sh ${PREFIX}/bin/${BINNAME} ${INSTALL_PROGRAM} ${WRKSRC}/bin/x86/${DISTBINNAME} \ ${LIBDIR}/${BINNAME} - ${INSTALL_PROGRAM} ${WRKSRC}/bin/x86/q3ded ${LIBDIR} ${INSTALL_DATA} ${WRKSRC}/README-linux.txt ${SHAREDIR}/${BINNAME}-README cd ${WRKSRC} && ${PAX} -rw baseq3 ${LIBDIR} diff --git a/games/quake3arena/PLIST b/games/quake3arena/PLIST index b0db05975a0..1c7ba9d5503 100644 --- a/games/quake3arena/PLIST +++ b/games/quake3arena/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.4 2003/08/31 22:32:30 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/01/04 18:53:54 xtraeme Exp $ bin/quake3arena -lib/lokigames/quake3arena/q3ded lib/lokigames/quake3arena/quake3arena lib/lokigames/quake3arena/baseq3/pak1.pk3 lib/lokigames/quake3arena/baseq3/pak2.pk3 |