diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2002-11-11 12:49:58 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2002-11-11 12:49:58 +0000 |
commit | 60b18f2c0ff42f0576963f25a8a6a832ee894714 (patch) | |
tree | d91f8bae7b6c415f6ec0bf338da7001ee911dad6 /lang | |
parent | Do not say that webmin does not require any external perl modules, (diff) |
Correct typo in my last commit.
Approved by: maintainer
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ifc/Makefile | 2 | ||||
-rw-r--r-- | lang/ifc7/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/ifc/Makefile b/lang/ifc/Makefile index 4280929cf850..39ecff1b0aed 100644 --- a/lang/ifc/Makefile +++ b/lang/ifc/Makefile @@ -41,7 +41,7 @@ IGNORE= "Please manually download ${DISTFILES} from ${IFC_SITE}, e.g. from ${IFC .endif .if exists(${PREFIX}/intel/compiler60/bin/icc) -BROKEN= Can not coexist with icc +BROKEN= Cannot coexist with icc .endif post-extract: diff --git a/lang/ifc7/Makefile b/lang/ifc7/Makefile index 4280929cf850..39ecff1b0aed 100644 --- a/lang/ifc7/Makefile +++ b/lang/ifc7/Makefile @@ -41,7 +41,7 @@ IGNORE= "Please manually download ${DISTFILES} from ${IFC_SITE}, e.g. from ${IFC .endif .if exists(${PREFIX}/intel/compiler60/bin/icc) -BROKEN= Can not coexist with icc +BROKEN= Cannot coexist with icc .endif post-extract: |