summaryrefslogtreecommitdiff
path: root/graphics/png
diff options
context:
space:
mode:
authorben <ben>2004-03-19 18:36:46 +0000
committerben <ben>2004-03-19 18:36:46 +0000
commitf9af0f244a198f87d145a618f57ece123bf3bce8 (patch)
treeb85f621438542feabbe6848045beb325088995e1 /graphics/png
parent2be492acf5617e109269e0e339017491256df208 (diff)
downloadpkgsrc-f9af0f244a198f87d145a618f57ece123bf3bce8.tar.gz
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.
Diffstat (limited to 'graphics/png')
-rw-r--r--graphics/png/Makefile7
-rw-r--r--graphics/png/PLIST3
2 files changed, 2 insertions, 8 deletions
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}! <libpng.pc.in >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