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.
This commit is contained in:
rillig 2005-11-04 11:58:54 +00:00
parent 98b45c1de4
commit 7fe72478c0

View file

@ -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 @@ PKGCONFIG_OVERRIDE= scripts/libpng.pc.in
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: