diff options
-rw-r--r-- | graphics/png/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 720cac84fc8..178b96cb5a8 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -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: |