diff options
author | linimon <linimon@FreeBSD.org> | 2011-12-15 08:00:42 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-12-15 08:00:42 +0000 |
commit | 0cfdf8ab028e5ceb9b8c7088c0adfed33a8e8066 (patch) | |
tree | b1336bb7f379a68ed2ebbd1121a688e91858c219 | |
parent | ab4ab4e2fdf28f5cc5b6b2aee66d7601ddbe16a1 (diff) | |
download | FreeBSD-ports-0cfdf8ab028e5ceb9b8c7088c0adfed33a8e8066.zip FreeBSD-ports-0cfdf8ab028e5ceb9b8c7088c0adfed33a8e8066.tar.gz |
Fix typo.
-rw-r--r-- | sysutils/megarc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/megarc/Makefile b/sysutils/megarc/Makefile index 8477ee2..70b42f1 100644 --- a/sysutils/megarc/Makefile +++ b/sysutils/megarc/Makefile @@ -28,7 +28,7 @@ PORTDOCS= * .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= has a distribution file that is not freely avaliable. The binary is shipped on the Megaraid Universal Software Suite CD which accompanies any boxed LSI Logic RAID storage adaptor. Copy ${DISTNAME}${EXTRACT_SUFX} to ${DISTDIR} and try again. For further instructions, see http://www.freebsdwiki.net/index.php/Megarc +IGNORE= has a distribution file that is not freely available. The binary is shipped on the Megaraid Universal Software Suite CD which accompanies any boxed LSI Logic RAID storage adaptor. Copy ${DISTNAME}${EXTRACT_SUFX} to ${DISTDIR} and try again. For further instructions, see http://www.freebsdwiki.net/index.php/Megarc .endif post-extract: |