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