git: 105d2a4f4ab9 - main - sysutils/apt-mirror-devel: fix installing the @sample file

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Tue, 17 Jan 2023 20:10:29 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=105d2a4f4ab98085d336d1332faadc511a045401

commit 105d2a4f4ab98085d336d1332faadc511a045401
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:10:24 +0000

    sysutils/apt-mirror-devel: fix installing the @sample file
    
    Reported by:    pkg-fallout
---
 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>