aboutsummaryrefslogtreecommitdiff
path: root/sysutils/tmate
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2016-05-31 14:34:54 +0000
committerSteve Wills <swills@FreeBSD.org>2016-05-31 14:34:54 +0000
commit6391e78b923d146090b4e9066a92ddb0496cb4a0 (patch)
treeba8fec4fe7760e9b8edc89ef8150441093579786 /sysutils/tmate
parent6fc9916bd3421308ea340fecbd9cf44b855a2997 (diff)
downloadports-6391e78b923d146090b4e9066a92ddb0496cb4a0.tar.gz
ports-6391e78b923d146090b4e9066a92ddb0496cb4a0.zip
sysutils/tmate: remove uneeded call to autogen.sh and fix build as user
Notes
Notes: svn path=/head/; revision=416204
Diffstat (limited to 'sysutils/tmate')
-rw-r--r--sysutils/tmate/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/tmate/Makefile b/sysutils/tmate/Makefile
index 3a06bdae967d..1c439607407b 100644
--- a/sysutils/tmate/Makefile
+++ b/sysutils/tmate/Makefile
@@ -24,7 +24,4 @@ PLIST_FILES= bin/tmate man/man1/tmate.1.gz
BROKEN_FreeBSD_9= Does not build
-pre-configure:
- @cd $(wrksrc} && ./autogen.sh
-
.include <bsd.port.mk>