aboutsummaryrefslogtreecommitdiff
path: root/comms/telldus-core
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2017-11-01 13:10:35 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2017-11-01 13:10:35 +0000
commit2fb9f253738e151f2fbe761516881a4f0594a09d (patch)
tree9695b297af36ba840f671615e51523a713e61430 /comms/telldus-core
parent800ccbb3b55bc2ef883f887ccd6925b011df90ef (diff)
downloadports-2fb9f253738e151f2fbe761516881a4f0594a09d.tar.gz
ports-2fb9f253738e151f2fbe761516881a4f0594a09d.zip
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
Notes
Notes: svn path=/head/; revision=453284
Diffstat (limited to 'comms/telldus-core')
-rw-r--r--comms/telldus-core/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/telldus-core/Makefile b/comms/telldus-core/Makefile
index 10031e275fc5..5f9234ba33ca 100644
--- a/comms/telldus-core/Makefile
+++ b/comms/telldus-core/Makefile
@@ -47,10 +47,10 @@ post-patch:
post-install:
cd ${STAGEDIR}${PREFIX}/etc && \
- ${MV} tellstick.conf tellstick.conf.sample
+ ${MV} tellstick.conf tellstick.conf.sample
# This file is actually empty but allows us to simply use @sample to
# make sure it stays between upgrades if modified
cd ${STAGEDIR}/var/telldus && \
- ${MV} telldus-core.conf telldus-core.conf.sample
+ ${MV} telldus-core.conf telldus-core.conf.sample
.include <bsd.port.post.mk>