diff options
author | wiz <wiz> | 2006-04-09 18:07:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-04-09 18:07:46 +0000 |
commit | 26d499bd443aff485e532cae7934f8b2bf8d9fa3 (patch) | |
tree | 8cdd4f24de9f281ccd3b88adcb5b6e40fcdf156b /games | |
parent | a89c46333fe4982a53b6f2177a400bc874850265 (diff) | |
download | pkgsrc-26d499bd443aff485e532cae7934f8b2bf8d9fa3.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')
-rw-r--r-- | games/quake2forge/Makefile | 10 |
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" |