summaryrefslogtreecommitdiff
path: root/lang/py-extclass
diff options
context:
space:
mode:
authortsarna <tsarna@pkgsrc.org>2000-01-02 03:12:20 +0000
committertsarna <tsarna@pkgsrc.org>2000-01-02 03:12:20 +0000
commit67070df67b8cb2173bdbaea6fd997dba4ce1c5d2 (patch)
tree1ea99c897d83faf393ead29e60215c2376fb0ead /lang/py-extclass
parent419f0da378a0d10ca1c86d2f2fe0c7205c8e1d2a (diff)
downloadpkgsrc-67070df67b8cb2173bdbaea6fd997dba4ce1c5d2.tar.gz
Don't assume site-packages dir already exists
Diffstat (limited to 'lang/py-extclass')
-rw-r--r--lang/py-extclass/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/py-extclass/Makefile b/lang/py-extclass/Makefile
index 9b0b792413b..96ea3a84357 100644
--- a/lang/py-extclass/Makefile
+++ b/lang/py-extclass/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/01/02 02:58:21 tsarna Exp $
+# $NetBSD: Makefile,v 1.3 2000/01/02 03:12:20 tsarna Exp $
#
DISTNAME= Zope-2.1.1-src
@@ -31,6 +31,7 @@ post-build:
do-install:
(cd ${WRKSRC}; ${INSTALL_DATA} ExtensionClass.h \
${LOCALBASE}/include/python1.5 ; \
+ ${INSTALL_SCRIPT_DIR} ${PYTHON_LIBDIR} ; \
${INSTALL_SCRIPT} Xaq.py* ComputedAttribute.py* ${PYTHON_LIBDIR} ; \
${INSTALL_PROGRAM} *.so ${PYTHON_LIBDIR} ; \
${INSTALL_SCRIPT_DIR} ${PYTHON_LIBDIR}/extclass_test ; \