svn commit: r312968 - head/sysutils/ec2-scripts

Colin Percival cperciva at FreeBSD.org
Tue Feb 26 10:11:58 UTC 2013


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>


More information about the svn-ports-head mailing list