Create the man/man3 directory, so that this can be installed properly with
pkgviews. Closes PR pkg/24081 by Min Sik Kim.
This commit is contained in:
parent
146e5a2aae
commit
ec6d847ff3
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue