summaryrefslogtreecommitdiff
path: root/games/quake2forge
diff options
context:
space:
mode:
authorobache <obache>2012-04-28 13:15:33 +0000
committerobache <obache>2012-04-28 13:15:33 +0000
commitcdb8206d5160f54bc4a99346357f97a5c7fedca5 (patch)
tree2b43bb77ab9faa0a3d2b249eb745607ac586a821 /games/quake2forge
parente5766cde73ac757d8db1da42eb8434b085eddfd7 (diff)
downloadpkgsrc-cdb8206d5160f54bc4a99346357f97a5c7fedca5.tar.gz
Change sed pattern to be acceptable with GNU sed.
Fixes installation location issue by PR 37689.
Diffstat (limited to 'games/quake2forge')
-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"