pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/png Replaced the "!" in the sed expression wi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d9c7edb98f2
branches:  trunk
changeset: 502402:7d9c7edb98f2
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 04 11:58:54 2005 +0000

description:
Replaced the "!" in the sed expression with a ",". This might have been
the cause for PR 31953, but I'm not sure. At least, "!" is some special
character for the shell whereas "," is not.

diffstat:

 graphics/png/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 53bffc231afd -r 7d9c7edb98f2 graphics/png/Makefile
--- a/graphics/png/Makefile     Fri Nov 04 11:55:31 2005 +0000
+++ b/graphics/png/Makefile     Fri Nov 04 11:58:54 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2005/04/11 21:46:08 tv Exp $
+# $NetBSD: Makefile,v 1.71 2005/11/04 11:58:54 rillig Exp $
 
 # On update, don't forget to increase shared library major/minor's in
 # accordance with changes (patch-aa).
@@ -36,7 +36,7 @@
 SUBST_CLASSES=         pc
 SUBST_STAGE.pc=                post-patch
 SUBST_FILES.pc=                scripts/libpng.pc.in
-SUBST_SED.pc=          s\!@PREFIX@!${PREFIX}!
+SUBST_SED.pc=          -e 's,@PREFIX@,${PREFIX},'
 SUBST_MESSAGE.pc=      "Fixing libpng.pc.in."
 
 post-install:



Home | Main Index | Thread Index | Old Index