summaryrefslogtreecommitdiff
path: root/devel/zlib
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-01-13 17:45:20 +0000
committerjmmv <jmmv@pkgsrc.org>2004-01-13 17:45:20 +0000
commitec6d847ff3de2040bc1dc443fa2144ab5dacebc1 (patch)
treecf48594a23e50e354bf066709130133a836bac83 /devel/zlib
parent146e5a2aaed3909b8bb5e1a63402aa7969bdf9d2 (diff)
downloadpkgsrc-ec6d847ff3de2040bc1dc443fa2144ab5dacebc1.tar.gz
Create the man/man3 directory, so that this can be installed properly with
pkgviews. Closes PR pkg/24081 by Min Sik Kim.
Diffstat (limited to 'devel/zlib')
-rw-r--r--devel/zlib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/zlib/Makefile b/devel/zlib/Makefile
index d1a325a9900..fba831d4d3c 100644
--- a/devel/zlib/Makefile
+++ b/devel/zlib/Makefile
@@ -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 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= # defined
USE_LIBTOOL= # defined
HAS_CONFIGURE= # defined
-INSTALLATION_DIRS= include lib
+INSTALLATION_DIRS= include lib man/man3
.include "../../mk/bsd.pkg.mk"