diff options
author | drochner <drochner> | 2002-01-22 18:47:14 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-01-22 18:47:14 +0000 |
commit | 511a91d0c20c580f7bd486194f8e843a5e276b5c (patch) | |
tree | b4757c11e61cd4e40eab3a1d9d8c7f922011282a /www/zope/files | |
parent | fadb984bfffc3355380bcf69cc860efd7c9bbbc9 (diff) | |
download | pkgsrc-511a91d0c20c580f7bd486194f8e843a5e276b5c.tar.gz |
use buildlink file for python, but keep tied to version 2.0
because of some dependencies
Diffstat (limited to 'www/zope/files')
-rw-r--r-- | www/zope/files/Makefile.in | 10 | ||||
-rwxr-xr-x | www/zope/files/zope-install.py | 4 | ||||
-rwxr-xr-x | www/zope/files/zope-shutdown.py | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/www/zope/files/Makefile.in b/www/zope/files/Makefile.in index 3ad4b7faf11..0fa884646e1 100644 --- a/www/zope/files/Makefile.in +++ b/www/zope/files/Makefile.in @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.in,v 1.6 2000/10/22 23:11:48 tsarna Exp $ +# $NetBSD: Makefile.in,v 1.7 2002/01/22 18:47:15 drochner Exp $ all: all-pcgi all-lib all-zodb all-search all-expat # link-cpickle configure: config-pcgi config-lib config-zodb config-search \ @@ -13,7 +13,7 @@ all-pcgi: config-lib: (cd lib/python; \ cp @PREFIX@/lib/python2.0/config/Makefile.pre.in . ; \ - make -f Makefile.pre.in boot PYTHON=@PREFIX@/bin/python) + make -f Makefile.pre.in boot) all-lib: (cd lib/python; make) @@ -21,7 +21,7 @@ all-lib: config-zodb: (cd lib/python/ZODB; \ cp @PREFIX@/lib/python2.0/config/Makefile.pre.in . ; \ - make -f Makefile.pre.in boot PYTHON=python) + make -f Makefile.pre.in boot) all-zodb: (cd lib/python/ZODB; make) @@ -30,7 +30,7 @@ all-zodb: config-search: (cd lib/python/SearchIndex; \ cp @PREFIX@/lib/python2.0/config/Makefile.pre.in . ; \ - make -f Makefile.pre.in boot PYTHON=python) + make -f Makefile.pre.in boot) all-search: (cd lib/python/SearchIndex; make) @@ -38,7 +38,7 @@ all-search: config-expat: (cd lib/python/Shared/DC/xml/pyexpat; \ cp @PREFIX@/lib/python2.0/config/Makefile.pre.in . ; \ - make -f Makefile.pre.in boot PYTHON=python) + make -f Makefile.pre.in boot) all-expat: (cd lib/python/Shared/DC/xml/pyexpat; make) diff --git a/www/zope/files/zope-install.py b/www/zope/files/zope-install.py index 5ca3d60fe91..31828578f0a 100755 --- a/www/zope/files/zope-install.py +++ b/www/zope/files/zope-install.py @@ -1,6 +1,6 @@ -#!/usr/pkg/bin/python +#!/usr/pkg/bin/python2.0 # -# $NetBSD: zope-install.py,v 1.5 2000/02/15 02:48:40 tsarna Exp $ +# $NetBSD: zope-install.py,v 1.6 2002/01/22 18:47:15 drochner Exp $ # # Copyright (c) 1998,1999 Endicor Technologies, Inc. # All rights reserved. Written by Ty Sarna <tsarna@endicor.com> diff --git a/www/zope/files/zope-shutdown.py b/www/zope/files/zope-shutdown.py index 3fcfc575c3c..a6f9b5113dd 100755 --- a/www/zope/files/zope-shutdown.py +++ b/www/zope/files/zope-shutdown.py @@ -1,6 +1,6 @@ -#!/usr/pkg/bin/python +#!/usr/pkg/bin/python2.0 # -# $NetBSD: zope-shutdown.py,v 1.1 1999/07/02 12:55:33 tsarna Exp $ +# $NetBSD: zope-shutdown.py,v 1.2 2002/01/22 18:47:15 drochner Exp $ # # Copyright (c) 1999 Endicor Technologies, Inc. # All rights reserved. Written by Ty Sarna <tsarna@endicor.com> |