diff options
author | hubertf <hubertf> | 1999-09-21 03:40:23 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-09-21 03:40:23 +0000 |
commit | d124a2dd4b09b0786df4e0a838e5cc83b640dfae (patch) | |
tree | 45fde3513af3f0b1fc2ce4d1910a79686a305818 /security/py-crypto | |
parent | 2f553eedbf83c7fdde46f79bb07aad7937f2d676 (diff) | |
download | pkgsrc-d124a2dd4b09b0786df4e0a838e5cc83b640dfae.tar.gz |
install(1) wants directories to install to to exist
Diffstat (limited to 'security/py-crypto')
-rw-r--r-- | security/py-crypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |