From db628b5105efc23a5c41f7d15c720de6a964e98c Mon Sep 17 00:00:00 2001 From: lioux Date: Wed, 14 Feb 2001 20:19:44 +0000 Subject: typo clean up police: \s -> \t --- mail/wanderlust-emacs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/wanderlust-emacs') diff --git a/mail/wanderlust-emacs/Makefile b/mail/wanderlust-emacs/Makefile index b4490817add9..92adca79d7ad 100644 --- a/mail/wanderlust-emacs/Makefile +++ b/mail/wanderlust-emacs/Makefile @@ -28,7 +28,7 @@ EMACS_PORT_NAME= emacs .endif .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 @@ -50,7 +50,7 @@ UTILSDIR= ${EMACS_PACKAGESDIR}/lisp/wl STARTUPDIR= ${EMACS_PACKAGESDIR}/lisp/wl .else ALL_TARGET= all info -INSTALL_TARGET= install install-info +INSTALL_TARGET= install install-info INFODIR= ${PREFIX}/info UTILSDIR= ${EMACS_SITE_LISPDIR}/wl .if (${EMACS_PORT_NAME} == "xemacs20") -- cgit