Date: Tue, 26 Feb 2013 10:11:58 +0000 (UTC) From: Colin Percival <cperciva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312968 - head/sysutils/ec2-scripts Message-ID: <201302261011.r1QABwVH063753@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302261011.r1QABwVH063753>