Create missing directory prior to installation
This commit is contained in:
parent
bb52e4f7a7
commit
acacc735c0
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.31 2011/11/01 06:02:30 sbd Exp $
|
||||
# $NetBSD: Makefile,v 1.32 2011/11/08 15:38:48 gavan Exp $
|
||||
|
||||
DISTNAME= qca-tls-1.0
|
||||
PKGREVISION= 10
|
||||
|
@ -22,6 +22,9 @@ CONFIGURE_ARGS+= --with-openssl-lib=${SSLBASE}/lib
|
|||
|
||||
INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR:Q}
|
||||
|
||||
pre-install:
|
||||
mkdir -p ${DESTDIR}${PREFIX}/qt3/plugins/crypto
|
||||
|
||||
.include "../../security/openssl/buildlink3.mk"
|
||||
.include "../../x11/qt3-libs/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.qt3-tools+= qt3-tools>=3.3.5nb6
|
||||
|
|
Loading…
Reference in a new issue