summaryrefslogtreecommitdiff
path: root/mail/wanderlust
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 /mail/wanderlust
parentsimple typo fix, remove odd extraneous spaces (^ $) (diff)
typo clean up police: \s -> \t
Notes
Notes: svn path=/head/; revision=38343
Diffstat (limited to 'mail/wanderlust')
-rw-r--r--mail/wanderlust/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile
index b4490817add9..92adca79d7ad 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")