pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/png Create pkgconfig directory before install...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/064aa403c465
branches:  trunk
changeset: 471724:064aa403c465
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Mar 30 15:52:09 2004 +0000

description:
Create pkgconfig directory before installing libpng12.pc.  Noted by
Cesar Catrian C. in PR pkg/24974.

diffstat:

 graphics/png/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r df306748a6e5 -r 064aa403c465 graphics/png/Makefile
--- a/graphics/png/Makefile     Tue Mar 30 15:29:26 2004 +0000
+++ b/graphics/png/Makefile     Tue Mar 30 15:52:09 2004 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index