diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-02-14 20:19:44 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-02-14 20:19:44 +0000 |
commit | d124027c467bddf60cfa0081e6a9d30921bc616f (patch) | |
tree | a070f6ff7c734bfcb8278c9fab828dd366e0981f /graphics | |
parent | simple typo fix, remove odd extraneous spaces (^ $) (diff) |
typo clean up police: \s -> \t
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/linux-bmrt/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/linux-bmrt/Makefile b/graphics/linux-bmrt/Makefile index 354fb86f1f6f..ae9e4a3da4de 100644 --- a/graphics/linux-bmrt/Makefile +++ b/graphics/linux-bmrt/Makefile @@ -28,12 +28,12 @@ STRIP= .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= may not be automatically fetched due to licensing \ - restrictions. You must manually fetch the Linux version at \ - http://www.exluna.com/bmrt/download/index.html. \ - Once you have read and agreed to the license and \ - ${DISTFILES} has been downloaded, move it to \ - ${DISTDIR} and then restart this build. +IGNORE= may not be automatically fetched due to licensing \ + restrictions. You must manually fetch the Linux version at \ + http://www.exluna.com/bmrt/download/index.html. \ + Once you have read and agreed to the license and \ + ${DISTFILES} has been downloaded, move it to \ + ${DISTDIR} and then restart this build. .endif INC_DIR= ${PREFIX}/include/bmrt |