summaryrefslogtreecommitdiff
path: root/devel/zlib
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-01-13 17:45:20 +0000
committerjmmv <jmmv>2004-01-13 17:45:20 +0000
commitc6674c13a3a31f8d223c4ddc19a83acac5126806 (patch)
treecf48594a23e50e354bf066709130133a836bac83 /devel/zlib
parent3a7759daa1902fcc92966b771ca01244f8e60ba0 (diff)
downloadpkgsrc-c6674c13a3a31f8d223c4ddc19a83acac5126806.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"