From d677f7f848e23aeeee63cb99d42258db1026a9d8 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 26 Nov 2015 10:40:48 +0000 Subject: Fix path to pkgconfig file to get rpath inside again. Bump PKGREVISION. --- archivers/lz4/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'archivers') diff --git a/archivers/lz4/Makefile b/archivers/lz4/Makefile index 799b59848cc..2dd560a98bf 100644 --- a/archivers/lz4/Makefile +++ b/archivers/lz4/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2015/08/24 16:28:32 fhajny Exp $ +# $NetBSD: Makefile,v 1.7 2015/11/26 10:40:48 wiz Exp $ DISTNAME= lz4-r131 PKGNAME= ${DISTNAME:S/-r/-/} +PKGREVISION= 1 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GITHUB:=Cyan4973/} @@ -17,6 +18,6 @@ USE_TOOLS+= gmake pkg-config CPPFLAGS.SunOS+= -D_XOPEN_SOURCE=600 -PKGCONFIG_OVERRIDE+= liblz4.pc.in +PKGCONFIG_OVERRIDE+= lib/liblz4.pc.in .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3