diff options
author | Ycarus <ycarus@zugaina.org> | 2018-11-09 09:48:26 +0100 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2018-11-09 21:37:54 +0200 |
commit | f12162388db98ca8f94c7c7efac7d02ad48f24bc (patch) | |
tree | 7b2ac07dd9971e0327117c7f8dd1c4ff47edeb61 /mail/msmtp | |
parent | a0ba485b22a3a3ba28276e5fc99c68aac53945fc (diff) |
msmtp: Fix typo
Fix typo in msmtp Makefile PACAKGE -> PACKAGE
Signed-off-by: Yannick Chabanois <ycarus@zugaina.org>
Diffstat (limited to 'mail/msmtp')
-rw-r--r-- | mail/msmtp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 83c02f310..6bc23912c 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -74,7 +74,7 @@ endef define Package/msmtp-mta $(call Package/msmtp/Default) TITLE+= (as MTA) - DEPENDS+=@(PACKAGE_msmtp||PACAKGE_msmtp-nossl) + DEPENDS+=@(PACKAGE_msmtp||PACKAGE_msmtp-nossl) endef define Package/msmtp-mta/description |