summaryrefslogtreecommitdiff
path: root/devel/py-idle
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-16 06:57:37 +0000
committerjlam <jlam>2005-06-16 06:57:37 +0000
commit087b0988c7c2bfaa3823a225f61757e9256e11a3 (patch)
tree3ccd645970d07eb5e027f9f4978696237c5cd04b /devel/py-idle
parent383f864b8f8e060b2294382bed67a87ab22eba6a (diff)
downloadpkgsrc-087b0988c7c2bfaa3823a225f61757e9256e11a3.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'devel/py-idle')
-rw-r--r--devel/py-idle/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-idle/Makefile b/devel/py-idle/Makefile
index c0638685884..f10b4000f80 100644
--- a/devel/py-idle/Makefile
+++ b/devel/py-idle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/06/01 18:02:45 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2005/06/16 06:57:47 jlam Exp $
#
PKGNAME= ${PYPKGPREFIX}-idle-0
@@ -31,6 +31,7 @@ PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 20
EXTRACT_ELEMENTS= ${PYSUBDIR}/Tools/idle/*
PYTHON_PATCH_SCRIPTS= Tools/idle/idle.py
+INSTALLATION_DIRS= bin ${PYSITELIB}
do-build:
${PYTHONBIN} ${LOCALBASE}/${PYLIB}/compileall.py ${WRKSRC}/Tools/idle
@@ -51,6 +52,7 @@ do-install:
EXTRACT_ELEMENTS= ${PYSUBDIR}/Tools/scripts/idle
PYTHON_PATCH_SCRIPTS= Tools/scripts/idle
NO_BUILD= yes
+INSTALLATION_DIRS= bin
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/Tools/scripts/idle \