Date: Mon, 11 Oct 2021 19:57:46 GMT From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 8a6a8c213493 - 2021Q4 - sysutils/arcconf: unbreak Message-ID: <202110111957.19BJvknh064480@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q4 has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a6a8c2134934d683dac37c8bfc6f02d6351396e commit 8a6a8c2134934d683dac37c8bfc6f02d6351396e Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2021-10-11 19:15:36 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2021-10-11 19:57:27 +0000 sysutils/arcconf: unbreak (cherry picked from commit 004b168dd0b6fae167ff9e2e0821c59f207e7adb) --- sysutils/arcconf/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/arcconf/Makefile b/sysutils/arcconf/Makefile index 118bd0cb561b..6e91370f7c3a 100644 --- a/sysutils/arcconf/Makefile +++ b/sysutils/arcconf/Makefile @@ -27,6 +27,8 @@ PERIODICSCRIPT= 410.status-aac-raid DIST_TYPE= 12_x64 +.include <bsd.port.pre.mk> + .if ${OSVERSION} > 1300078 RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libncurses.so.8:misc/compat12x .endif @@ -42,4 +44,4 @@ do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily ${INSTALL_SCRIPT} ${WRKDIR}/${PERIODICSCRIPT} ${STAGEDIR}${PREFIX}/etc/periodic/daily -.include <bsd.port.mk> +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110111957.19BJvknh064480>