summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-02-14 20:19:44 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-02-14 20:19:44 +0000
commitd124027c467bddf60cfa0081e6a9d30921bc616f (patch)
treea070f6ff7c734bfcb8278c9fab828dd366e0981f /news
parentsimple typo fix, remove odd extraneous spaces (^ $) (diff)
typo clean up police: \s -> \t
Notes
Notes: svn path=/head/; revision=38343
Diffstat (limited to 'news')
-rw-r--r--news/t-gnus-emacs20/Makefile2
-rw-r--r--news/t-gnus/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/news/t-gnus-emacs20/Makefile b/news/t-gnus-emacs20/Makefile
index d5c8999c1b2f..6dc88f785cc2 100644
--- a/news/t-gnus-emacs20/Makefile
+++ b/news/t-gnus-emacs20/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
diff --git a/news/t-gnus/Makefile b/news/t-gnus/Makefile
index d5c8999c1b2f..6dc88f785cc2 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