From owner-svn-ports-head@FreeBSD.ORG Tue Feb 26 10:27:18 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8B9082BD; Tue, 26 Feb 2013 10:27:18 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 739E7A62; Tue, 26 Feb 2013 10:27:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1QARIr5067610; Tue, 26 Feb 2013 10:27:18 GMT (envelope-from cperciva@svn.freebsd.org) Received: (from cperciva@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1QARIxU067609; Tue, 26 Feb 2013 10:27:18 GMT (envelope-from cperciva@svn.freebsd.org) Message-Id: <201302261027.r1QARIxU067609@svn.freebsd.org> From: Colin Percival Date: Tue, 26 Feb 2013 10:27:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312969 - head/sysutils/ec2-scripts 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.14 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: Tue, 26 Feb 2013 10:27:18 -0000 Author: cperciva Date: Tue Feb 26 10:27:17 2013 New Revision: 312969 URL: http://svnweb.freebsd.org/changeset/ports/312969 Log: Unbreak INDEX. Modified: head/sysutils/ec2-scripts/Makefile Modified: head/sysutils/ec2-scripts/Makefile ============================================================================== --- head/sysutils/ec2-scripts/Makefile Tue Feb 26 10:11:57 2013 (r312968) +++ head/sysutils/ec2-scripts/Makefile Tue Feb 26 10:27:17 2013 (r312969) @@ -29,7 +29,4 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/$${i} ${PREFIX}/etc/rc.d/$${i}; \ done -describe: - false - .include