aboutsummaryrefslogtreecommitdiff
path: root/security/amavisd-new
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2018-03-04 11:24:49 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2018-03-04 11:24:49 +0000
commitc7c2bcebe47ef3716a038a035e306026ee0b2197 (patch)
treefa099d3ca4a766cc1174b56ad8683e406df9507e /security/amavisd-new
parent4bb903f7a1179eb0529440ab10933bc49e6162ec (diff)
downloadports-c7c2bcebe47ef3716a038a035e306026ee0b2197.tar.gz
ports-c7c2bcebe47ef3716a038a035e306026ee0b2197.zip
Fix a harmless typo (archviers/rar -> archivers/rar).
Noticed by: asmodai
Notes
Notes: svn path=/head/; revision=463563
Diffstat (limited to 'security/amavisd-new')
-rw-r--r--security/amavisd-new/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile
index 4c13aff7f62f..1905818b19e9 100644
--- a/security/amavisd-new/Makefile
+++ b/security/amavisd-new/Makefile
@@ -147,15 +147,14 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/altermime:mail/altermime
RUN_DEPENDS+= file>=4.21:sysutils/file
.endif
-# archviers/rar is a 32-bit binary port, we don't want the install to fail
+# archivers/rar is a 32-bit binary port, we don't want the install to fail
# at that port, therefore we will block instantly here if the platform does
# not suit rar.
-
.if ${PORT_OPTIONS:MRAR}
.if ${ARCH} == "i386"
RUN_DEPENDS+= ${LOCALBASE}/bin/rar:archivers/rar
.else
-IGNORE= archviers/rar is a 32-bit binary port and is not compatible with ${ARCH}
+IGNORE= archivers/rar is a 32-bit binary port and is not compatible with ${ARCH}
.endif
.endif