diff options
author | drochner <drochner> | 2010-11-15 19:52:55 +0000 |
---|---|---|
committer | drochner <drochner> | 2010-11-15 19:52:55 +0000 |
commit | b0bf8b513c80d75db18baf27012d928adaf354ea (patch) | |
tree | 706468f07fc72dee73e9bf2f651e3a9f4874dcea /graphics | |
parent | ea239dc42ff3e054772281a68526dc3618fee275 (diff) | |
download | pkgsrc-b0bf8b513c80d75db18baf27012d928adaf354ea.tar.gz |
fix "vi" artefact
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libraw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile index 22d178553ef..72b21b38a61 100644 --- a/graphics/libraw/Makefile +++ b/graphics/libraw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/11/15 18:59:38 gls Exp $ +# $NetBSD: Makefile,v 1.2 2010/11/15 19:52:55 drochner Exp $ # DISTNAME= LibRaw-0.11.2 @@ -22,7 +22,7 @@ SUBST_STAGE.pc= post-configure SUBST_MESSAGE.pc= Fixing prefix and version in raw.pc file. SUBST_FILES.pc= raw.pc SUBST_SED.pc= -e 's,@@PREFIX@@,${PREFIX},' -SUBST_SED.pc+= -e 's,@@VERSION@@,${PKGVERSIONi_NOREV},' +SUBST_SED.pc+= -e 's,@@VERSION@@,${PKGVERSION_NOREV},' INSTALLATION_DIRS+= lib/pkgconfig |