svn commit: r416205 - head/sysutils/tmate-slave

Steve Wills swills at FreeBSD.org
Tue May 31 14:35:27 UTC 2016


Author: swills
Date: Tue May 31 14:35:26 2016
New Revision: 416205
URL: https://svnweb.freebsd.org/changeset/ports/416205

Log:
  sysutils/tmate-slave: remove uneeded call to autogen.sh and fix build as user

Modified:
  head/sysutils/tmate-slave/Makefile

Modified: head/sysutils/tmate-slave/Makefile
==============================================================================
--- head/sysutils/tmate-slave/Makefile	Tue May 31 14:34:54 2016	(r416204)
+++ head/sysutils/tmate-slave/Makefile	Tue May 31 14:35:26 2016	(r416205)
@@ -25,7 +25,4 @@ PLIST_FILES=	bin/tmate-slave
 
 BROKEN_FreeBSD_9=	Does not build
 
-pre-configure:
-	@cd $(wrksrc} && ./autogen.sh
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list