From 6c55c7ff6743c97b98f31a53aa618f6fe5318524 Mon Sep 17 00:00:00 2001 From: minskim Date: Tue, 30 Mar 2004 15:52:09 +0000 Subject: Create pkgconfig directory before installing libpng12.pc. Noted by Cesar Catrian C. in PR pkg/24974. --- graphics/png/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics') diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 1919e67ba35..ac2c594f116 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2004/03/29 17:11:46 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2004/03/30 15:52:09 minskim Exp $ # On update, don't forget to increase shared library major/minor's in # accordance with changes (patch-aa). @@ -33,7 +33,7 @@ MAKE_ENV+= LIBPNG_SO_MINOR=${LIBPNG_SO_MINOR} PLIST_SUBST+= LIBPNG_SO_MAJOR=${LIBPNG_SO_MAJOR} PLIST_SUBST+= LIBPNG_SO_MINOR=${LIBPNG_SO_MINOR} -INSTALLATION_DIRS= include lib man/man3 man/man5 +INSTALLATION_DIRS= include lib/pkgconfig man/man3 man/man5 PKGCONFIG_OVERRIDE= scripts/libpng12.pc.in -- cgit v1.2.3