summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-09-21 03:40:23 +0000
committerhubertf <hubertf@pkgsrc.org>1999-09-21 03:40:23 +0000
commitaa8a9eb1c08fff5af3ff99e251929286a442835e (patch)
tree45fde3513af3f0b1fc2ce4d1910a79686a305818 /security
parenta847bb07bf9ff6899ed5c4de089e4136f86b5e7d (diff)
downloadpkgsrc-aa8a9eb1c08fff5af3ff99e251929286a442835e.tar.gz
install(1) wants directories to install to to exist
Diffstat (limited to 'security')
-rw-r--r--security/py-crypto/Makefile3
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 \