diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-01-13 17:45:20 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-01-13 17:45:20 +0000 |
commit | 615bde2acb4480647d4a5052cd36afa9fca3bbd1 (patch) | |
tree | cf48594a23e50e354bf066709130133a836bac83 | |
parent | f0d625288ee93ef9d03a09d4c7862790ed65be82 (diff) | |
download | pkgsrc-615bde2acb4480647d4a5052cd36afa9fca3bbd1.tar.gz |
Create the man/man3 directory, so that this can be installed properly with
pkgviews. Closes PR pkg/24081 by Min Sik Kim.
-rw-r--r-- | devel/zlib/Makefile | 4 |
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" |