1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

net/tramp: unbreak

This commit is contained in:
Antoine Brodin 2021-10-02 08:51:46 +00:00
parent a43d5aad92
commit da130eda14

View File

@ -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>