summaryrefslogtreecommitdiff
path: root/lang/python23
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2003-08-06 11:51:30 +0000
committerdrochner <drochner@pkgsrc.org>2003-08-06 11:51:30 +0000
commit18e644ad2b192f5802564a1365f47f6e3a0ff13f (patch)
tree3bea0dff456ac69163a539d22f862091f635ac66 /lang/python23
parent6e80dc318e8140239a8817772d7e5764c2631566 (diff)
downloadpkgsrc-18e644ad2b192f5802564a1365f47f6e3a0ff13f.tar.gz
Add a symlink so that the shared lib can be found as *.so, and
engage Marc Recht as MAINTAINER.
Diffstat (limited to 'lang/python23')
-rw-r--r--lang/python23/Makefile9
-rw-r--r--lang/python23/PLIST3
2 files changed, 9 insertions, 3 deletions
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