git: 872d8ece12c7 - main - audio/pulseaudio-module-xrdp: Fix build after b1ecad5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Aug 2023 04:48:31 UTC
The branch main has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=872d8ece12c70790f29b63c3abeec1d29fbb402f commit 872d8ece12c70790f29b63c3abeec1d29fbb402f Author: Koichiro Iwao <meta@FreeBSD.org> AuthorDate: 2023-08-09 04:46:51 +0000 Commit: Koichiro Iwao <meta@FreeBSD.org> CommitDate: 2023-08-09 04:48:16 +0000 audio/pulseaudio-module-xrdp: Fix build after b1ecad5 --- audio/pulseaudio-module-xrdp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/pulseaudio-module-xrdp/Makefile b/audio/pulseaudio-module-xrdp/Makefile index 535c284dd934..741a70461ed7 100644 --- a/audio/pulseaudio-module-xrdp/Makefile +++ b/audio/pulseaudio-module-xrdp/Makefile @@ -37,6 +37,6 @@ PULSE_WRKSRC= ${MAKE} -C ${PORTSDIR}/audio/pulseaudio -VWRKSRC pre-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./bootstrap - @${CP} -r "`${PULSE_WRKSRC}`" ${WRKDIR} + @${CP} -R "`${PULSE_WRKSRC}`" ${WRKDIR} .include <bsd.port.mk>