git: 004b168dd0b6 - main - sysutils/arcconf: unbreak
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Oct 2021 19:15:55 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=004b168dd0b6fae167ff9e2e0821c59f207e7adb commit 004b168dd0b6fae167ff9e2e0821c59f207e7adb 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:15:36 +0000 sysutils/arcconf: unbreak --- 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>