diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-11-01 13:10:35 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-11-01 13:10:35 +0000 |
commit | 2fb9f253738e151f2fbe761516881a4f0594a09d (patch) | |
tree | 9695b297af36ba840f671615e51523a713e61430 /comms | |
parent | 800ccbb3b55bc2ef883f887ccd6925b011df90ef (diff) | |
download | ports-2fb9f253738e151f2fbe761516881a4f0594a09d.tar.gz ports-2fb9f253738e151f2fbe761516881a4f0594a09d.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/sms_client/Makefile | 2 | ||||
-rw-r--r-- | comms/telldus-core/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/comms/sms_client/Makefile b/comms/sms_client/Makefile index f1f24e3eec21..e466ae7b6648 100644 --- a/comms/sms_client/Makefile +++ b/comms/sms_client/Makefile @@ -12,7 +12,7 @@ COMMENT= Simple UNIX SMS client to send messages to phones or pagers LICENSE= BSD3CLAUSE -USES= tar:xz +USES= tar:xz HAS_CONFIGURE= yes SPOOL= ${STAGEDIR}${PREFIX}/var/spool/sms 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> |