$NetBSD: patch-lib_Makefile,v 1.5 2017/10/20 07:23:01 adam Exp $

Fix pkgconfig installation path.

--- lib/Makefile.orig	2017-10-08 09:41:28.000000000 +0000
+++ lib/Makefile
@@ -134,11 +134,7 @@ LIBDIR      ?= $(libdir)
 includedir  ?= $(PREFIX)/include
 INCLUDEDIR  ?= $(includedir)
 
-ifneq (,$(filter $(shell uname),OpenBSD FreeBSD NetBSD DragonFly))
-PKGCONFIGDIR ?= $(PREFIX)/libdata/pkgconfig
-else
 PKGCONFIGDIR ?= $(LIBDIR)/pkgconfig
-endif
 
 ifneq (,$(filter $(shell uname),SunOS))
 INSTALL ?= ginstall
