diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2013-02-26 10:11:57 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2013-02-26 10:11:57 +0000 |
commit | bfeb5d441a2e91ab49de3ece56a1999c313c81a4 (patch) | |
tree | d17d8f979f7e1dc0be6650f3459467ce7cd9b02f | |
parent | Update to 0.82. (diff) |
Break INDEX as part of testing of new portsnap build code.
I'll unbreak it in a few minutes.
Notes
Notes:
svn path=/head/; revision=312968
-rw-r--r-- | sysutils/ec2-scripts/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/ec2-scripts/Makefile b/sysutils/ec2-scripts/Makefile index be4db5b51494..d1e27ba43591 100644 --- a/sysutils/ec2-scripts/Makefile +++ b/sysutils/ec2-scripts/Makefile @@ -29,4 +29,7 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/$${i} ${PREFIX}/etc/rc.d/$${i}; \ done +describe: + false + .include <bsd.port.mk> |