Date: Sun, 27 May 2018 19:05:53 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470991 - head/multimedia/gaupol Message-ID: <201805271905.w4RJ5rBL077318@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun May 27 19:05:53 2018 New Revision: 470991 URL: https://svnweb.freebsd.org/changeset/ports/470991 Log: multimedia/gaupol: Correction: uncomment PYDISTUTILS_INSTALLARGS Modified: head/multimedia/gaupol/Makefile Modified: head/multimedia/gaupol/Makefile ============================================================================== --- head/multimedia/gaupol/Makefile Sun May 27 19:05:00 2018 (r470990) +++ head/multimedia/gaupol/Makefile Sun May 27 19:05:53 2018 (r470991) @@ -32,7 +32,7 @@ NLS_USES_OFF= gettext-tools .include <bsd.port.pre.mk> # PYDISTUTILS_INSTALLNOSINGLE is deprecated so... -#PYDISTUTILS_INSTALLARGS:= ${PYDISTUTILS_INSTALLARGS:N--single-version-externally-managed} +PYDISTUTILS_INSTALLARGS:= ${PYDISTUTILS_INSTALLARGS:N--single-version-externally-managed} post-patch: @${REINPLACE_CMD} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805271905.w4RJ5rBL077318>