From owner-svn-ports-head@FreeBSD.ORG Tue Feb 26 10:11:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B0365DCC; Tue, 26 Feb 2013 10:11:58 +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 8EDBC9C2; Tue, 26 Feb 2013 10:11:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1QABwnG063754; Tue, 26 Feb 2013 10:11:58 GMT (envelope-from cperciva@svn.freebsd.org) Received: (from cperciva@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1QABwVH063753; Tue, 26 Feb 2013 10:11:58 GMT (envelope-from cperciva@svn.freebsd.org) Message-Id: <201302261011.r1QABwVH063753@svn.freebsd.org> From: Colin Percival Date: Tue, 26 Feb 2013 10:11:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312968 - 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:11:58 -0000 Author: cperciva Date: Tue Feb 26 10:11:57 2013 New Revision: 312968 URL: http://svnweb.freebsd.org/changeset/ports/312968 Log: Break INDEX as part of testing of new portsnap build code. I'll unbreak it in a few minutes. Modified: head/sysutils/ec2-scripts/Makefile Modified: head/sysutils/ec2-scripts/Makefile ============================================================================== --- head/sysutils/ec2-scripts/Makefile Tue Feb 26 09:42:22 2013 (r312967) +++ head/sysutils/ec2-scripts/Makefile Tue Feb 26 10:11:57 2013 (r312968) @@ -29,4 +29,7 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/$${i} ${PREFIX}/etc/rc.d/$${i}; \ done +describe: + false + .include