Index: head/sysutils/tmate/Makefile =================================================================== --- head/sysutils/tmate/Makefile (revision 502564) +++ head/sysutils/tmate/Makefile (revision 502565) @@ -1,26 +1,25 @@ # $FreeBSD$ PORTNAME= tmate PORTVERSION= 2.2.1 PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= swills@FreeBSD.org COMMENT= Instant terminal sharing LIB_DEPENDS= libevent.so:devel/libevent \ libmsgpackc.so:devel/msgpack \ libssh.so:security/libssh USES= autoreconf ncurses pkgconfig USE_GITHUB= yes GH_ACCOUNT= tmate-io GNU_CONFIGURE= yes -INSTALL_ARGET= install-strip USE_LDCONFIG= yes LDFLAGS+= -lexecinfo PLIST_FILES= bin/tmate man/man1/tmate.1.gz .include Index: head/sysutils/tmate-slave/Makefile =================================================================== --- head/sysutils/tmate-slave/Makefile (revision 502564) +++ head/sysutils/tmate-slave/Makefile (revision 502565) @@ -1,29 +1,28 @@ # $FreeBSD$ PORTNAME= tmate-slave PORTVERSION= g2018112801 PORTEPOCH= 1 CATEGORIES= sysutils MAINTAINER= swills@FreeBSD.org COMMENT= Instant terminal sharing server LIB_DEPENDS= libevent.so:devel/libevent \ libmsgpackc.so:devel/msgpack \ libssh.so:security/libssh USES= autoreconf ncurses pkgconfig USE_GITHUB= yes GH_ACCOUNT= tmate-io GH_TAGNAME= 8b294f3 GNU_CONFIGURE= yes -INSTALL_ARGET= install-strip USE_LDCONFIG= yes LDFLAGS+= -lexecinfo PLIST_FILES= bin/tmate-slave PORTSCOUT= skipv:1.8,1.7,to_copy,base .include