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 /mail/wanderlust/Makefile | |
parent | 5e129658fc7663aee97c3d6ca2a3bdf3aeabd003 (diff) | |
download | FreeBSD-ports-db628b5105efc23a5c41f7d15c720de6a964e98c.zip FreeBSD-ports-db628b5105efc23a5c41f7d15c720de6a964e98c.tar.gz |
typo clean up police: \s -> \t
Diffstat (limited to 'mail/wanderlust/Makefile')
-rw-r--r-- | mail/wanderlust/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile index b449081..92adca7 100644 --- a/mail/wanderlust/Makefile +++ b/mail/wanderlust/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") |