diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-03-11 23:55:38 +0800 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-03-11 23:55:38 +0800 |
commit | 2c1a48046064d78d90da6ab7ce1224e8b103721b (patch) | |
tree | b9627bf58cd67ae9bd033b1217d7844f3cb5c37d /lang/python23 | |
parent | 2083111047b00c1e97951822f8e8c9f0f66a87ea (diff) | |
download | freebsd-ports-gnome-2c1a48046064d78d90da6ab7ce1224e8b103721b.tar.gz freebsd-ports-gnome-2c1a48046064d78d90da6ab7ce1224e8b103721b.tar.zst freebsd-ports-gnome-2c1a48046064d78d90da6ab7ce1224e8b103721b.zip |
- Fix installation problem where PREFIX != LOCALBASE.
- Add checksum for Python-2.4.a0.20040311
Diffstat (limited to 'lang/python23')
-rw-r--r-- | lang/python23/Makefile | 3 | ||||
-rw-r--r-- | lang/python23/distinfo | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/python23/Makefile b/lang/python23/Makefile index 9a9bf3b29902..f607714bd0ab 100644 --- a/lang/python23/Makefile +++ b/lang/python23/Makefile @@ -161,7 +161,8 @@ post-install: ${PREFIX}/lib cd ${PREFIX}/lib; ${LN} -sf lib${PYTHON_VERSION}.so.1 \ lib${PYTHON_VERSION}.so - ${LN} -sf ${PREFIX}/lib/lib${PYTHON_VERSION}.so ${PYTHON_LIBDIR}/config + ${LN} -sf ${PREFIX}/lib/lib${PYTHON_VERSION}.so \ + ${PYTHONPREFIX_LIBDIR}/config ${INSTALL_PROGRAM} \ ${SHARED_WRKSRC}/${PYTHON_VERSION:S/thon/thon-shared/} \ ${PREFIX}/bin diff --git a/lang/python23/distinfo b/lang/python23/distinfo index 5e2a54f44346..459b99fd3e56 100644 --- a/lang/python23/distinfo +++ b/lang/python23/distinfo @@ -15,5 +15,6 @@ MD5 (python/Python-2.3.1.tgz) = a3dcbe1c7f173c8e3c7cce28495016ae MD5 (python/Python-2.3.2.tgz) = f54d7a529d444994b4b33429bbb45479 MD5 (python/Python-2.3.3.tgz) = 4d16732b1cfccc0ed250956d41463c61 SIZE (python/Python-2.3.3.tgz) = 8491380 -MD5 (python/Python-2.4.a0.20031022.tgz) = 79581105c218886dd9dc382a84c64043 MD5 (python/Python-2.4.a0.20040106.tgz) = cde5962028bcfdb473455c57bbb24c18 +MD5 (python/Python-2.4.a0.20040311.tgz) = 5619b787ce62a1ebac3c973179d36670 +SIZE (python/Python-2.4.a0.20040311.tgz) = 8512702 |