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 /sysutils/ec2-scripts | |
parent | bfeb5d441a2e91ab49de3ece56a1999c313c81a4 (diff) | |
download | ports-1f23c0ab5dfd754bdfc37a8f8666c679f36a5625.tar.gz ports-1f23c0ab5dfd754bdfc37a8f8666c679f36a5625.zip |
Notes
Diffstat (limited to 'sysutils/ec2-scripts')
-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> |