pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/quake2forge Unquote SUBST_MESSAGEs. Fix typo. Co...
details: https://anonhg.NetBSD.org/pkgsrc/rev/61c633153242
branches: trunk
changeset: 511131:61c633153242
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Apr 09 18:07:46 2006 +0000
description:
Unquote SUBST_MESSAGEs. Fix typo. Correct path in SUBST_SED.snd.
Should fix a problem reported by Rick Kelly on pkgsrc-users.
Bump PKGREVISION.
diffstat:
games/quake2forge/Makefile | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (32 lines):
diff -r 46dd72f52b5e -r 61c633153242 games/quake2forge/Makefile
--- a/games/quake2forge/Makefile Sun Apr 09 17:47:46 2006 +0000
+++ b/games/quake2forge/Makefile Sun Apr 09 18:07:46 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2006/03/09 21:04:43 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2006/04/09 18:07:46 wiz Exp $
#
DISTNAME= quake2-0.3
PKGNAME= ${DISTNAME:S/quake2/quake2forge/}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= games
MASTER_SITES= http://www.quakeforge.net/files/quake2forge/
@@ -28,13 +28,13 @@
SUBST_CLASSES+= snd data
SUBST_STAGE.snd= post-patch
-SUBST_FILES.snd= src/snd.c
+SUBST_FILES.snd= src/snd_dma.c data/baseq2/config.cfg
SUBST_SED.snd= -e "s,/dev/dsp,${DEVOSSAUDIO},g"
-SUBST_MESSAGE.snd= "Fixing harcoded audio device."
+SUBST_MESSAGE.snd= Fixing hardcoded audio device.
SUBST_STAGE.data= post-patch
SUBST_FILES.data= configure
SUBST_SED.data= -e "s|PACKAGE=\'quake2\'|PACKAGE=\'${PKGBASE}\'|g"
-SUBST_MESSAGE.data= "Fixing installation directories."
+SUBST_MESSAGE.data= Fixing installation directories.
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index