pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/jasper graphics/jasper: fix typo in jasper.pc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ecbfec80422
branches:  trunk
changeset: 428247:4ecbfec80422
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Apr 26 10:05:46 2020 +0000

description:
graphics/jasper: fix typo in jasper.pc.in location

diffstat:

 graphics/jasper/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r a52b1cd8653a -r 4ecbfec80422 graphics/jasper/Makefile
--- a/graphics/jasper/Makefile  Sun Apr 26 10:04:33 2020 +0000
+++ b/graphics/jasper/Makefile  Sun Apr 26 10:05:46 2020 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.51 2019/07/16 10:06:07 nia Exp $
+# $NetBSD: Makefile,v 1.52 2020/04/26 10:05:46 rillig Exp $
 
 DISTNAME=      jasper-2.0.16
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mdadams/}
 GITHUB_TAG=    version-${PKGVERSION_NOREV}
@@ -15,7 +16,7 @@
 USE_LANGUAGES=         c99 c++
 CMAKE_ARGS+=           -DALLOW_IN_SOURCE_BUILD=ON
 
-PKGCONFIG_OVERRIDE=    pkgconfig/jasper.pc
+PKGCONFIG_OVERRIDE=    build/jasper.pc.in
 
 .include "options.mk"
 .include "../../mk/jpeg.buildlink3.mk"



Home | Main Index | Thread Index | Old Index