git: f6695c0b2bed - 2023Q1 - sysutils/apt-mirror-devel: fix installing the @sample file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Jan 2023 20:13:30 UTC
The branch 2023Q1 has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=f6695c0b2bede80cee529fa6f69370675d79385d commit f6695c0b2bede80cee529fa6f69370675d79385d Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2023-01-17 20:04:55 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2023-01-17 20:12:43 +0000 sysutils/apt-mirror-devel: fix installing the @sample file Reported by: pkg-fallout (cherry picked from commit 105d2a4f4ab98085d336d1332faadc511a045401) --- sysutils/apt-mirror-devel/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sysutils/apt-mirror-devel/Makefile b/sysutils/apt-mirror-devel/Makefile index 79535a478c80..866b77667de4 100644 --- a/sysutils/apt-mirror-devel/Makefile +++ b/sysutils/apt-mirror-devel/Makefile @@ -22,5 +22,6 @@ NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/Makefile + @${CP} ${WRKSRC}/mirror.list ${WRKSRC}/mirror.list.sample .include <bsd.port.mk>