aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2023-01-24 22:08:18 +0000
committerRene Ladan <rene@FreeBSD.org>2023-01-24 22:08:43 +0000
commit58e390ad9d86b9fb8741ae3c301c129813a31a7f (patch)
treebd1fa13258108a65c47caaeef3bade22810d6d0a
parentb7aacedec73432fde2ba660c33ba8673ae480eb1 (diff)
downloadports-58e390ad9d86b9fb8741ae3c301c129813a31a7f.tar.gz
ports-58e390ad9d86b9fb8741ae3c301c129813a31a7f.zip
sysutils/apt-mirror-devel: really fix staging
-rw-r--r--sysutils/apt-mirror-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/apt-mirror-devel/Makefile b/sysutils/apt-mirror-devel/Makefile
index 866b77667de4..54c8397ce7f4 100644
--- a/sysutils/apt-mirror-devel/Makefile
+++ b/sysutils/apt-mirror-devel/Makefile
@@ -22,6 +22,7 @@ NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/Makefile
- @${CP} ${WRKSRC}/mirror.list ${WRKSRC}/mirror.list.sample
+ @${MKDIR} ${STAGEDIR}/etc/apt
+ @${CP} ${WRKSRC}/mirror.list ${STAGEDIR}/etc/apt/mirror.list.sample
.include <bsd.port.mk>