From aa8a9eb1c08fff5af3ff99e251929286a442835e Mon Sep 17 00:00:00 2001 From: hubertf Date: Tue, 21 Sep 1999 03:40:23 +0000 Subject: install(1) wants directories to install to to exist --- security/py-crypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security/py-crypto') diff --git a/security/py-crypto/Makefile b/security/py-crypto/Makefile index a45f1041302..6a8c5f4281a 100644 --- a/security/py-crypto/Makefile +++ b/security/py-crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/04/17 01:41:13 tsarna Exp $ +# $NetBSD: Makefile,v 1.9 1999/09/21 03:40:23 hubertf Exp $ DISTNAME= pycrypt100 PKGNAME= py-crypto-1.0.0 @@ -40,6 +40,7 @@ do-build: ${WRKSRC}/Lib do-install: + ${MKDIR} ${PREFIX}/lib/python1.5/site-packages (cd ${WRKSRC}/Lib ; ${INSTALL_DATA} *.py *.pyc *.pyo \ ${PREFIX}/lib/python1.5/site-packages) (cd ${WRKSRC}/src ; ${INSTALL_DATA} *.so \ -- cgit v1.2.3