summaryrefslogtreecommitdiff
path: root/games/quake2forge
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-04-09 18:07:46 +0000
committerwiz <wiz@pkgsrc.org>2006-04-09 18:07:46 +0000
commitbe108e2f6da8f1ce1f328fb934627f031ce58ff4 (patch)
tree8cdd4f24de9f281ccd3b88adcb5b6e40fcdf156b /games/quake2forge
parent97cdc8540181d169df8c62100b685140e55f659a (diff)
downloadpkgsrc-be108e2f6da8f1ce1f328fb934627f031ce58ff4.tar.gz
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 (limited to 'games/quake2forge')
-rw-r--r--games/quake2forge/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/quake2forge/Makefile b/games/quake2forge/Makefile
index 4d7b8e3d606..3fa3f8e0a75 100644
--- a/games/quake2forge/Makefile
+++ b/games/quake2forge/Makefile
@@ -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 @@ post-install:
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"