Date: Sat, 2 Oct 2021 08:51:58 GMT From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: da130eda1411 - main - net/tramp: unbreak Message-ID: <202110020851.1928pwYb083726@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=da130eda141115ff6a7106ddbb043550452a21cd commit da130eda141115ff6a7106ddbb043550452a21cd Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2021-10-02 08:51:46 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2021-10-02 08:51:46 +0000 net/tramp: unbreak --- net/tramp/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/tramp/Makefile b/net/tramp/Makefile index df4c5b636dd3..f2a0002b2b53 100644 --- a/net/tramp/Makefile +++ b/net/tramp/Makefile @@ -29,10 +29,12 @@ INFO= tramp post-patch: @${REINPLACE_CMD} 's/^make/${MAKE_CMD}/' ${WRKSRC}/configure +.include <bsd.port.pre.mk> + .if ${FLAVOR:U} != nox && ${FLAVOR:U} != devel_nox .if ! ( ${OSVERSION} >= 1300000 && ${FLAVOR:U} == devel_full ) PLIST_FILES+= ${TRAMP_LISPDIR}/tramp-gvfs.el ${TRAMP_LISPDIR}/tramp-gvfs.elc .endif .endif -.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?202110020851.1928pwYb083726>