git: 5ff464b1945d - main - bsd.port.mk: Fix typo

Adam Weinberger adamw at FreeBSD.org
Fri Jul 23 11:35:33 UTC 2021


The branch main has been updated by adamw:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5ff464b1945dac6628d87319f6bd1106761b3ba9

commit 5ff464b1945dac6628d87319f6bd1106761b3ba9
Author:     Adam Weinberger <adamw at FreeBSD.org>
AuthorDate: 2021-07-23 11:35:28 +0000
Commit:     Adam Weinberger <adamw at FreeBSD.org>
CommitDate: 2021-07-23 11:35:28 +0000

    bsd.port.mk: Fix typo
---
 Mk/bsd.port.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 858f3ba80271..c9532fa5af2e 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -2246,7 +2246,7 @@ PKG_COMPRESSION_FORMAT?=	${PKG_SUFX:S/.//}
 .else
 .if defined(PKG_SUFX)
 PKG_COMPRESSION_FORMAT?=	${PKG_SUFX:S/.//}
-WARNING+= "PKG_SUFX is defined, if should be replaced with PKG_COMPRESSION_FORMAT"
+WARNING+= "PKG_SUFX is defined, it should be replaced with PKG_COMPRESSION_FORMAT"
 .endif
 PKG_SUFX=	.pkg
 .endif


More information about the dev-commits-ports-all mailing list