pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/zlib Create the man/man3 directory, so that this...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae68bb20405c
branches:  trunk
changeset: 466223:ae68bb20405c
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Jan 13 17:45:20 2004 +0000

description:
Create the man/man3 directory, so that this can be installed properly with
pkgviews.  Closes PR pkg/24081 by Min Sik Kim.

diffstat:

 devel/zlib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 0ed6c22c35b3 -r ae68bb20405c devel/zlib/Makefile
--- a/devel/zlib/Makefile       Tue Jan 13 13:06:52 2004 +0000
+++ b/devel/zlib/Makefile       Tue Jan 13 17:45:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/01/12 21:19:50 adam Exp $
+# $NetBSD: Makefile,v 1.23 2004/01/13 17:45:20 jmmv Exp $
 
 DISTNAME=      zlib-1.2.1
 CATEGORIES=    devel
@@ -16,6 +16,6 @@
 USE_BUILDLINK3=                # defined
 USE_LIBTOOL=           # defined
 HAS_CONFIGURE=         # defined
-INSTALLATION_DIRS=     include lib
+INSTALLATION_DIRS=     include lib man/man3
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index