Sthen requested me to change LOCALBASE to TRUEPREFIX for
MODPY_DISTUTILS_INSTALL. Since I took it from python.port.mk, do we want to
change it there as well?

martijn@

Index: python.port.mk
===================================================================
RCS file: /cvs/ports/lang/python/python.port.mk,v
retrieving revision 1.99
diff -u -p -r1.99 python.port.mk
--- python.port.mk      24 Jul 2018 12:10:10 -0000      1.99
+++ python.port.mk      3 Dec 2018 05:30:33 -0000
@@ -136,11 +136,11 @@ MODPY_SETUP ?=            setup.py
 MODPY_DISTUTILS_BUILD ?=       build --build-base=${WRKBUILD}
 
 .if ${MODPY_SETUPUTILS:L} == "yes"
-MODPY_DISTUTILS_INSTALL ?=     install --prefix=${LOCALBASE} \
+MODPY_DISTUTILS_INSTALL ?=     install --prefix=${TRUEPREFIX} \
                                --root=${DESTDIR} \
                                --single-version-externally-managed
 .else
-MODPY_DISTUTILS_INSTALL ?=     install --prefix=${LOCALBASE} \
+MODPY_DISTUTILS_INSTALL ?=     install --prefix=${TRUEPREFIX} \
                                --root=${DESTDIR}
 .endif
 

Reply via email to