summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-04-28 13:15:33 +0000
committerobache <obache@pkgsrc.org>2012-04-28 13:15:33 +0000
commitd025c3e35a85e8ab8c0cdb6e393f28bba16963a4 (patch)
tree2b43bb77ab9faa0a3d2b249eb745607ac586a821 /games
parent8364d0e22b26f453a65de5afd9bca48bf9154215 (diff)
downloadpkgsrc-d025c3e35a85e8ab8c0cdb6e393f28bba16963a4.tar.gz
Change sed pattern to be acceptable with GNU sed.
Fixes installation location issue by PR 37689.
Diffstat (limited to 'games')
-rw-r--r--games/quake2forge/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quake2forge/Makefile b/games/quake2forge/Makefile
index 465be9fcf4c..2def40d3349 100644
--- a/games/quake2forge/Makefile
+++ b/games/quake2forge/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2011/06/27 10:03:38 obache Exp $
+# $NetBSD: Makefile,v 1.26 2012/04/28 13:15:33 obache Exp $
#
DISTNAME= quake2-0.3
@@ -33,7 +33,7 @@ SUBST_SED.snd= -e "s,/dev/dsp,${DEVOSSAUDIO},g"
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_SED.data= -e s,PACKAGE=\'quake2\',PACKAGE=\'${PKGBASE}\',g
SUBST_MESSAGE.data= Fixing installation directories.
.include "../../mk/bsd.prefs.mk"