pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/eric3 Force compilation of sitecustomize.py



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4316672cad84
branches:  trunk
changeset: 514985:4316672cad84
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jun 21 17:16:34 2006 +0000

description:
Force compilation of sitecustomize.py

diffstat:

 devel/eric3/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r fef66f03651c -r 4316672cad84 devel/eric3/Makefile
--- a/devel/eric3/Makefile      Wed Jun 21 17:03:51 2006 +0000
+++ b/devel/eric3/Makefile      Wed Jun 21 17:16:34 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/05/08 12:43:56 drochner Exp $
+# $NetBSD: Makefile,v 1.17 2006/06/21 17:16:34 joerg Exp $
 #
 
 DISTNAME=      eric-3.8.1
@@ -24,6 +24,7 @@
 do-install:
        (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
                ${PYTHONBIN} install.py ${CONFIGURE_ARGS})
+       ${PYTHONBIN} -c "import sitecustomize"
 
 .include "../../lang/python/extension.mk"
 .include "../../textproc/py-xml/buildlink3.mk"



Home | Main Index | Thread Index | Old Index