aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2021-10-02 08:51:46 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2021-10-02 08:51:46 +0000
commitda130eda141115ff6a7106ddbb043550452a21cd (patch)
treed56f80dcff07fe3ef6e14ca478dc98bf56967272
parenta43d5aad9296c67ba054f57da5dd06c293dee7ed (diff)
downloadports-da130eda141115ff6a7106ddbb043550452a21cd.tar.gz
ports-da130eda141115ff6a7106ddbb043550452a21cd.zip
net/tramp: unbreak
-rw-r--r--net/tramp/Makefile4
1 files changed, 3 insertions, 1 deletions
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>