On Sat, 27 Dec 2008 10:39:10 +1100 (EST)
Damien Miller <[email protected]> wrote:
> Hi,
>
> This (large) diff updates and garbage collects all three Python
> ports:
>
> 2.4.4 => 2.4.8
> 2.5.2 => 2.5.4
> 2.6 => 2.6.1
How about fixing the install prefix issue as part of this huge update?
Eric.
Index: python.port.mk
===================================================================
RCS file: /cvs/ports/lang/python/python.port.mk,v
retrieving revision 1.24
diff -u -r1.24 python.port.mk
--- python.port.mk 27 Oct 2008 00:02:27 -0000 1.24
+++ python.port.mk 7 Dec 2008 09:35:16 -0000
@@ -53,7 +53,8 @@
--root=${DESTDIR} \
--single-version-externally-managed
.else
-MODPY_DISTUTILS_INSTALL?= install --prefix=${PREFIX}
+MODPY_DISTUTILS_INSTALL?= install --prefix=${LOCALBASE} \
+ --root=${DESTDIR}
.endif
MAKE_ENV+= CC=${CC}