pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/quake2forge Change sed pattern to be acceptable ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f7b4197592f9
branches: trunk
changeset: 603058:f7b4197592f9
user: obache <obache%pkgsrc.org@localhost>
date: Sat Apr 28 13:15:33 2012 +0000
description:
Change sed pattern to be acceptable with GNU sed.
Fixes installation location issue by PR 37689.
diffstat:
games/quake2forge/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8ba1a6e034af -r f7b4197592f9 games/quake2forge/Makefile
--- a/games/quake2forge/Makefile Sat Apr 28 12:17:49 2012 +0000
+++ b/games/quake2forge/Makefile Sat Apr 28 13:15:33 2012 +0000
@@ -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_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"
Home |
Main Index |
Thread Index |
Old Index