diff options
author | Rene Ladan <rene@FreeBSD.org> | 2023-01-24 22:08:18 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2023-01-24 22:09:39 +0000 |
commit | 810feaea483b2457eb0283d7ed1e9381ac79923f (patch) | |
tree | d5d62a0bdd0e1d560d40ad7c07a5586c463ba74f | |
parent | ecdfa2e590839f4187cecf7260ea4c10542440db (diff) | |
download | ports-810feaea483b2457eb0283d7ed1e9381ac79923f.tar.gz ports-810feaea483b2457eb0283d7ed1e9381ac79923f.zip |
sysutils/apt-mirror-devel: really fix staging
(cherry picked from commit 58e390ad9d86b9fb8741ae3c301c129813a31a7f)
-rw-r--r-- | sysutils/apt-mirror-devel/Makefile | 3 |
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> |