Date: Tue, 31 May 2016 14:34:54 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416204 - head/sysutils/tmate Message-ID: <201605311434.u4VEYsZg051520@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Tue May 31 14:34:54 2016 New Revision: 416204 URL: https://svnweb.freebsd.org/changeset/ports/416204 Log: sysutils/tmate: remove uneeded call to autogen.sh and fix build as user Modified: head/sysutils/tmate/Makefile Modified: head/sysutils/tmate/Makefile ============================================================================== --- head/sysutils/tmate/Makefile Tue May 31 14:19:05 2016 (r416203) +++ head/sysutils/tmate/Makefile Tue May 31 14:34:54 2016 (r416204) @@ -24,7 +24,4 @@ PLIST_FILES= bin/tmate man/man1/tmate.1. BROKEN_FreeBSD_9= Does not build -pre-configure: - @cd $(wrksrc} && ./autogen.sh - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605311434.u4VEYsZg051520>