Date: Sat, 30 Mar 2002 09:10:04 -0800 (PST) From: Hye-Shik Chang <perky@akaraka.yonsei.ac.kr> To: freebsd-ports@FreeBSD.org Subject: Re: ports/36537: bsd.python.mk: Add USE_PYDISTUTILS shorthand Message-ID: <200203301710.g2UHA4k08433@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/36537; it has been noted by GNATS. From: Hye-Shik Chang <perky@akaraka.yonsei.ac.kr> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/36537: bsd.python.mk: Add USE_PYDISTUTILS shorthand Date: Sun, 31 Mar 2002 06:03:55 +0900 oops sorry one mistake. ;) --- bsd.python.mk.orig2 Sun Mar 31 06:01:49 2002 +++ bsd.python.mk Sun Mar 31 06:02:01 2002 @@ -204,7 +204,7 @@ .if !target(do-install) do-install: - @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py install ${PYDISTUTILS_INSTALLARGS}) + @(cd ${INSTALL_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py install ${PYDISTUTILS_INSTALLARGS}) .endif .endif # defined(USE_PYDISTUTILS) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203301710.g2UHA4k08433>