diff options
-rw-r--r-- | lang/python23-pth/Makefile | 9 | ||||
-rw-r--r-- | lang/python23-pth/PLIST | 3 | ||||
-rw-r--r-- | lang/python23/Makefile | 9 | ||||
-rw-r--r-- | lang/python23/PLIST | 3 |
4 files changed, 18 insertions, 6 deletions
diff --git a/lang/python23-pth/Makefile b/lang/python23-pth/Makefile index 36c19ed8edd..d5c7543a5ad 100644 --- a/lang/python23-pth/Makefile +++ b/lang/python23-pth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/08/04 08:29:32 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2003/08/06 11:51:30 drochner Exp $ # DISTNAME= Python-2.3 @@ -7,7 +7,7 @@ CATEGORIES= lang MASTER_SITES= ftp://ftp.python.org/pub/python/2.3/ EXTRACT_SUFX= .tgz -MAINTAINER= packages@netbsd.org +MAINTAINER= marc@informatik.uni-bremen.de HOMEPAGE= http://www.python.org/ COMMENT= Interpreted, interactive, object-oriented programming language @@ -27,6 +27,11 @@ INSTALL_TARGET= altinstall post-extract: ${MV} ${WRKSRC}/Tools/scripts/pydoc ${WRKSRC}/Tools/scripts/pydoc2p3 +# XXX should be done by the Python install process +post-install: + ${LN} -s ${PREFIX}/lib/libpython2p3.so.1.0 \ + ${PREFIX}/lib/libpython2p3.so + .include "../../devel/zlib/buildlink2.mk" .include "../../security/openssl/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/python23-pth/PLIST b/lang/python23-pth/PLIST index c12d3c0178d..5771b793c09 100644 --- a/lang/python23-pth/PLIST +++ b/lang/python23-pth/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/04 08:29:32 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/08/06 11:51:30 drochner Exp $ bin/pydoc2p3 bin/python2p3 include/python2p3/Python.h @@ -72,6 +72,7 @@ include/python2p3/tupleobject.h include/python2p3/ucnhash.h include/python2p3/unicodeobject.h include/python2p3/weakrefobject.h +lib/libpython2p3.so lib/libpython2p3.so.1.0 lib/python2p3/BaseHTTPServer.py lib/python2p3/BaseHTTPServer.pyc diff --git a/lang/python23/Makefile b/lang/python23/Makefile index 1b8191e3a50..7e160907957 100644 --- a/lang/python23/Makefile +++ b/lang/python23/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/08/04 08:25:23 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2003/08/06 11:51:30 drochner Exp $ # DISTNAME= Python-2.3 @@ -7,7 +7,7 @@ CATEGORIES= lang MASTER_SITES= ftp://ftp.python.org/pub/python/2.3/ EXTRACT_SUFX= .tgz -MAINTAINER= packages@netbsd.org +MAINTAINER= marc@informatik.uni-bremen.de HOMEPAGE= http://www.python.org/ COMMENT= Interpreted, interactive, object-oriented programming language @@ -24,6 +24,11 @@ INSTALL_TARGET= altinstall post-extract: ${MV} ${WRKSRC}/Tools/scripts/pydoc ${WRKSRC}/Tools/scripts/pydoc2.3 +# XXX should be done by the Python install process +post-install: + ${LN} -s ${PREFIX}/lib/libpython2.3.so.1.0 \ + ${PREFIX}/lib/libpython2.3.so + .include "../../devel/zlib/buildlink2.mk" .include "../../security/openssl/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/python23/PLIST b/lang/python23/PLIST index f49b9793860..04c3002ebef 100644 --- a/lang/python23/PLIST +++ b/lang/python23/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/04 08:25:23 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/08/06 11:51:31 drochner Exp $ bin/pydoc2.3 bin/python2.3 include/python2.3/Python.h @@ -72,6 +72,7 @@ include/python2.3/tupleobject.h include/python2.3/ucnhash.h include/python2.3/unicodeobject.h include/python2.3/weakrefobject.h +lib/libpython2.3.so lib/libpython2.3.so.1.0 lib/python2.3/BaseHTTPServer.py lib/python2.3/BaseHTTPServer.pyc |