diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-30 15:52:09 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-30 15:52:09 +0000 |
commit | 6c55c7ff6743c97b98f31a53aa618f6fe5318524 (patch) | |
tree | e0f374080493b23e4064d82c8f82436b4db2c88d /graphics | |
parent | ec9e4b6dd1219ec360b634a5976dcb43902ed073 (diff) | |
download | pkgsrc-6c55c7ff6743c97b98f31a53aa618f6fe5318524.tar.gz |
Create pkgconfig directory before installing libpng12.pc. Noted by
Cesar Catrian C. in PR pkg/24974.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/png/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |