aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2023-01-17 20:04:55 +0000
committerRene Ladan <rene@FreeBSD.org>2023-01-17 20:10:24 +0000
commit105d2a4f4ab98085d336d1332faadc511a045401 (patch)
treea5d99e5371d39508077d8af1a6bd6bc3f26b04b7
parent5bf1a9a40747ea2cf2939f50c2ab13e89e8a21d2 (diff)
downloadports-105d2a4f4ab98085d336d1332faadc511a045401.tar.gz
ports-105d2a4f4ab98085d336d1332faadc511a045401.zip
sysutils/apt-mirror-devel: fix installing the @sample file
Reported by: pkg-fallout
-rw-r--r--sysutils/apt-mirror-devel/Makefile1
1 files changed, 1 insertions, 0 deletions
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>