diff options
author | erwin <erwin@FreeBSD.org> | 2003-09-08 17:23:17 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-09-08 17:23:17 +0000 |
commit | 6f4b878f33e933e30112a86959d222fd136f8b65 (patch) | |
tree | d38cda6bc3929d9470b01b9d443d2769eec9b2a6 /comms/tilp | |
parent | 05aad2d656cf89593afba534f8271e2ea83d4506 (diff) | |
download | FreeBSD-ports-6f4b878f33e933e30112a86959d222fd136f8b65.zip FreeBSD-ports-6f4b878f33e933e30112a86959d222fd136f8b65.tar.gz |
Convert spaces to tabs. This should fix INDEX build.
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Diffstat (limited to 'comms/tilp')
-rw-r--r-- | comms/tilp/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/comms/tilp/Makefile b/comms/tilp/Makefile index eb08d03..7e9a478 100644 --- a/comms/tilp/Makefile +++ b/comms/tilp/Makefile @@ -37,12 +37,12 @@ MAN1= tilp.1 LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg .else pre-everything:: - @${ECHO_MSG} - @${ECHO_MSG} "=======================================================" - @${ECHO_MSG} "If you want to compile with JPEG support, hit Ctrl-C" - @${ECHO_MSG} "right now and use \"make WITH_JPEG=yes\"" - @${ECHO_MSG} "=======================================================" - @${ECHO_MSG} + @${ECHO_MSG} + @${ECHO_MSG} "=======================================================" + @${ECHO_MSG} "If you want to compile with JPEG support, hit Ctrl-C" + @${ECHO_MSG} "right now and use \"make WITH_JPEG=yes\"" + @${ECHO_MSG} "=======================================================" + @${ECHO_MSG} .endif #WITH_JPEG post-install: |