From b146e338471ab66b5d2713e1c370fe937474b82a Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 19 Mar 2004 18:36:46 +0000 Subject: Backing out PNG patch that installed lib/pkgconfig/libpng12.pc because it was done incorrectly and because it was disruptive to the pkgsrc freeze. Will fix this correctly after the freeze is finished. --- graphics/png/Makefile | 7 +------ graphics/png/PLIST | 3 +-- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'graphics') diff --git a/graphics/png/Makefile b/graphics/png/Makefile index a9ef552fec5..0e28f43c75d 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2004/03/18 22:40:40 ben Exp $ +# $NetBSD: Makefile,v 1.56 2004/03/19 18:36:46 ben Exp $ # On update, don't forget to increase shared library major/minor's in # accordance with changes (patch-aa). @@ -35,15 +35,10 @@ PLIST_SUBST+= LIBPNG_SO_MINOR=${LIBPNG_SO_MINOR} INSTALLATION_DIRS= include lib man/man3 man/man5 -post-build: - cd ${WRKSRC}/scripts && \ - ${SED} -e s\!@PREFIX@!${PREFIX}! libpng12.pc - post-install: ${INSTALL_MAN} ${WRKSRC}/libpng.3 ${PREFIX}/man/man3 ${INSTALL_MAN} ${WRKSRC}/libpngpf.3 ${PREFIX}/man/man3 ${INSTALL_MAN} ${WRKSRC}/png.5 ${PREFIX}/man/man5 - ${INSTALL_DATA} ${WRKSRC}/scripts/libpng12.pc ${PREFIX}/lib/pkgconfig/ .include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/png/PLIST b/graphics/png/PLIST index 16d5950b02b..35ae12b410b 100644 --- a/graphics/png/PLIST +++ b/graphics/png/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2004/03/18 22:40:40 ben Exp $ +@comment $NetBSD: PLIST,v 1.6 2004/03/19 18:36:46 ben Exp $ include/png.h include/pngconf.h lib/libpng.a @@ -6,7 +6,6 @@ lib/libpng.la lib/libpng.so lib/libpng.so.${LIBPNG_SO_MAJOR} lib/libpng.so.${LIBPNG_SO_MAJOR}.${LIBPNG_SO_MINOR} -lib/pkgconfig/libpng12.pc man/man3/libpng.3 man/man3/libpngpf.3 man/man5/png.5 -- cgit v1.2.3