diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-09-21 03:40:23 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-09-21 03:40:23 +0000 |
commit | aa8a9eb1c08fff5af3ff99e251929286a442835e (patch) | |
tree | 45fde3513af3f0b1fc2ce4d1910a79686a305818 /security | |
parent | a847bb07bf9ff6899ed5c4de089e4136f86b5e7d (diff) | |
download | pkgsrc-aa8a9eb1c08fff5af3ff99e251929286a442835e.tar.gz |
install(1) wants directories to install to to exist
Diffstat (limited to 'security')
-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 \ |