diff options
author | minskim <minskim> | 2004-03-30 15:52:09 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-03-30 15:52:09 +0000 |
commit | 1ad80279f7cc40d30a2415cf635e11f9dce2aaa5 (patch) | |
tree | e0f374080493b23e4064d82c8f82436b4db2c88d /graphics/png | |
parent | 58d093ed148c8f9e1b72384d4e5318cf3ff10490 (diff) | |
download | pkgsrc-1ad80279f7cc40d30a2415cf635e11f9dce2aaa5.tar.gz |
Create pkgconfig directory before installing libpng12.pc. Noted by
Cesar Catrian C. in PR pkg/24974.
Diffstat (limited to 'graphics/png')
-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 |