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 | cd99c86cc55f71922cc263d7340f2c7c141620c9 (patch) | |
tree | e0f374080493b23e4064d82c8f82436b4db2c88d /graphics | |
parent | dbccbbed9bc73db6c7b2ec4d5628882b95db83c2 (diff) | |
download | pkgsrc-cd99c86cc55f71922cc263d7340f2c7c141620c9.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 |