diff options
author | drochner <drochner@pkgsrc.org> | 2003-08-06 11:51:30 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-08-06 11:51:30 +0000 |
commit | 18e644ad2b192f5802564a1365f47f6e3a0ff13f (patch) | |
tree | 3bea0dff456ac69163a539d22f862091f635ac66 /lang/python23/Makefile | |
parent | 6e80dc318e8140239a8817772d7e5764c2631566 (diff) | |
download | pkgsrc-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/Makefile')
-rw-r--r-- | lang/python23/Makefile | 9 |
1 files changed, 7 insertions, 2 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" |