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
commitb010babce4d2f6348e93b819500ac58cc967888d (patch)
treecf48594a23e50e354bf066709130133a836bac83 /devel/zlib
parentf32259fa8a7c3174a9201fd43c4307e80b9f6073 (diff)
downloadpkgsrc-b010babce4d2f6348e93b819500ac58cc967888d.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"