diff options
author | lioux <lioux@FreeBSD.org> | 2001-02-14 20:19:44 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-02-14 20:19:44 +0000 |
commit | db628b5105efc23a5c41f7d15c720de6a964e98c (patch) | |
tree | 7b115f7a3ea8e0b4c510af52f97af85492105f0a /news/t-gnus | |
parent | 5e129658fc7663aee97c3d6ca2a3bdf3aeabd003 (diff) | |
download | FreeBSD-ports-db628b5105efc23a5c41f7d15c720de6a964e98c.zip FreeBSD-ports-db628b5105efc23a5c41f7d15c720de6a964e98c.tar.gz |
typo clean up police: \s -> \t
Diffstat (limited to 'news/t-gnus')
-rw-r--r-- | news/t-gnus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/t-gnus/Makefile b/news/t-gnus/Makefile index d5c8999..6dc88f7 100644 --- a/news/t-gnus/Makefile +++ b/news/t-gnus/Makefile @@ -27,7 +27,7 @@ MIMEUI_COOKIE= ${MIMEUI_PRODUCT}-${EMACS_PORT_NAME}-${MIMEUI_VERSION}.FreeBSD-pa EMACS_PORT_NAME?=emacs20 .if (${EMACS_PORT_NAME} == "emacs20" || ${EMACS_PORT_NAME} == "mule" || \ - ${EMACS_PORT_NAME} == "xemacs21-mule") + ${EMACS_PORT_NAME} == "xemacs21-mule") WITH_MULE=yes .else WITHOUT_MULE=yes |