From owner-svn-ports-head@freebsd.org Mon Sep 28 06:21:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C611B9CF76C; Mon, 28 Sep 2015 06:21:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6D3819F5; Mon, 28 Sep 2015 06:21:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8S6LZvf016684; Mon, 28 Sep 2015 06:21:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8S6LZtv016683; Mon, 28 Sep 2015 06:21:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509280621.t8S6LZtv016683@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 28 Sep 2015 06:21:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398094 - head/sysutils/ttyload X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Sep 2015 06:21:35 -0000 Author: sunpoet Date: Mon Sep 28 06:21:34 2015 New Revision: 398094 URL: https://svnweb.freebsd.org/changeset/ports/398094 Log: - Pass maintainership to submitter - While I'm here: - Fix indent - Convert to new options target helper PR: 203395 Submitted by: Jeffrey Serio Modified: head/sysutils/ttyload/Makefile Modified: head/sysutils/ttyload/Makefile ============================================================================== --- head/sysutils/ttyload/Makefile Mon Sep 28 06:21:30 2015 (r398093) +++ head/sysutils/ttyload/Makefile Mon Sep 28 06:21:34 2015 (r398094) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.daveltd.com/src/util/ttyload/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= serio.jeffrey@riseup.net COMMENT= Give a color-coded graph of load averages over time LICENSE= ISCL @@ -15,16 +15,18 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ALL_TARGET= default -USES= tar:bzip2 +USES= tar:bzip2 PLIST_FILES= bin/ttyload man/man1/ttyload.1.gz PORTDOCS= README OPTIONS_DEFINE= DOCS do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/ttyload.1 ${STAGEDIR}${MANPREFIX}/man/man1 + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/README - ${INSTALL_MAN} ${WRKSRC}/ttyload.1 ${STAGEDIR}${MANPREFIX}/man/man1 - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include