diff options
author | gavan <gavan> | 2011-11-08 15:38:48 +0000 |
---|---|---|
committer | gavan <gavan> | 2011-11-08 15:38:48 +0000 |
commit | 8120756ac98fbc4e98e300c0ce75bce87f08f472 (patch) | |
tree | 68d077fa4401c115bc56b4f7dd2225242f5cc7d4 /security/qca-tls | |
parent | 9a45030a386cfedd6858b248e88e30e1e18a0156 (diff) | |
download | pkgsrc-8120756ac98fbc4e98e300c0ce75bce87f08f472.tar.gz |
Create missing directory prior to installation
Diffstat (limited to 'security/qca-tls')
-rw-r--r-- | security/qca-tls/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/qca-tls/Makefile b/security/qca-tls/Makefile index f62a1681890..288e79093c3 100644 --- a/security/qca-tls/Makefile +++ b/security/qca-tls/Makefile @@ -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 |