From e66b86c56ebc808820fa9d845bc45306439283e4 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 20 Apr 2000 02:11:46 +0000 Subject: install man pages for libpng, as requested in pkg/9937. --- graphics/png/Makefile | 7 ++++++- graphics/png/files/patch-sum | 3 ++- graphics/png/patches/patch-ab | 10 ++++++++++ graphics/png/pkg/PLIST | 5 ++++- 4 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 graphics/png/patches/patch-ab diff --git a/graphics/png/Makefile b/graphics/png/Makefile index e28757defcf..2a93eaa7f64 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/03/21 23:24:24 tron Exp $ +# $NetBSD: Makefile,v 1.18 2000/04/20 02:11:46 wiz Exp $ # FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:44 max Exp DISTNAME= libpng-1.0.6 @@ -15,4 +15,9 @@ USE_LIBTOOL= yes MAKEFILE= scripts/makefile.std +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 + .include "../../mk/bsd.pkg.mk" diff --git a/graphics/png/files/patch-sum b/graphics/png/files/patch-sum index e100b0d5b2f..a156cdafe8b 100644 --- a/graphics/png/files/patch-sum +++ b/graphics/png/files/patch-sum @@ -1,3 +1,4 @@ -$NetBSD: patch-sum,v 1.3 2000/03/21 22:07:59 tron Exp $ +$NetBSD: patch-sum,v 1.4 2000/04/20 02:11:47 wiz Exp $ MD5 (patch-aa) = ee9201c51dce6e7898fd167ffaf7cf84 +MD5 (patch-ab) = 7190629ebc4e3eaad2b5f8b8629db42d diff --git a/graphics/png/patches/patch-ab b/graphics/png/patches/patch-ab new file mode 100644 index 00000000000..89dc86bdd5d --- /dev/null +++ b/graphics/png/patches/patch-ab @@ -0,0 +1,10 @@ +$NetBSD: patch-ab,v 1.1 2000/04/20 02:11:48 wiz Exp $ + +--- libpngpf.3.orig Tue Mar 21 12:13:03 2000 ++++ libpngpf.3 Thu Apr 20 04:06:09 2000 +@@ -1,4 +1,4 @@ +-.TH LIBPNGPF 3 March 21, 2000 ++.TH LIBPNGPF 3 "March 21, 2000" + .SH NAME + libpng \- Portable Network Graphics (PNG) Reference Library 1.0.6 + (private functions) diff --git a/graphics/png/pkg/PLIST b/graphics/png/pkg/PLIST index 701abad4103..8b7f15014e5 100644 --- a/graphics/png/pkg/PLIST +++ b/graphics/png/pkg/PLIST @@ -1,5 +1,8 @@ -@comment $NetBSD: PLIST,v 1.11 2000/03/21 22:07:59 tron Exp $ +@comment $NetBSD: PLIST,v 1.12 2000/04/20 02:11:48 wiz Exp $ include/png.h include/pngconf.h lib/libpng.a lib/libpng.so.1.3 +man/man3/libpng.3 +man/man3/libpngpf.3 +man/man5/png.5 -- cgit v1.2.3