wip/openssl110: install man pages into PKGMANDIR, not share/man

This commit is contained in:
Roland Illig 2019-05-22 18:42:48 +00:00
parent e0cc95e495
commit b546286bb4
2 changed files with 3251 additions and 3246 deletions

View File

@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.230 2017/01/26 16:31:57 jperkin Exp $
DISTNAME= openssl-1.1.0g
PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= https://www.openssl.org/source/
@ -16,13 +17,17 @@ OWN_DIRS= ${PKG_SYSCONFDIR}/ssl/certs ${PKG_SYSCONFDIR}/ssl/private
PKGCONFIG_OVERRIDE+= libcrypto.pc libssl.pc openssl.pc
PKGCONFIG_OVERRIDE_STAGE= post-build
HAS_CONFIGURE= yes
CONFIGURE_ENV+= PERL=${PERL5}
CONFIGURE_SCRIPT= ./config
CONFIGURE_ARGS+= --openssldir=${PKG_SYSCONFDIR}/ssl
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= -Wl,-rpath,${PREFIX}/lib
do-configure:
cd ${WRKSRC}; env ${CONFIGURE_ENV} ./config ${CONFIGURE_ARGS}
SUBST_CLASSES+= mandir
SUBST_STAGE.mandir= post-configure
SUBST_FILES.mandir= Makefile
SUBST_SED.mandir= -e s,share/man,${PKGMANDIR},
TEST_TARGET= test

File diff suppressed because it is too large Load Diff