git: da130eda1411 - main - net/tramp: unbreak

Antoine Brodin antoine at FreeBSD.org
Sat Oct 2 08:51:58 UTC 2021


The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=da130eda141115ff6a7106ddbb043550452a21cd

commit da130eda141115ff6a7106ddbb043550452a21cd
Author:     Antoine Brodin <antoine at FreeBSD.org>
AuthorDate: 2021-10-02 08:51:46 +0000
Commit:     Antoine Brodin <antoine at 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>


More information about the dev-commits-ports-all mailing list