diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-04-01 09:30:52 +0800 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-04-01 09:30:52 +0800 |
commit | 865f983cabd423fc0473eda0b3c41cd74dc81e4a (patch) | |
tree | b2918e434f01c8dbfb41f08a2df6b3f2d24b30f2 /Mk | |
parent | 82ab92937a3b8fc3701db9c45fc0da8d14179571 (diff) | |
download | freebsd-ports-gnome-865f983cabd423fc0473eda0b3c41cd74dc81e4a.tar.gz freebsd-ports-gnome-865f983cabd423fc0473eda0b3c41cd74dc81e4a.tar.zst freebsd-ports-gnome-865f983cabd423fc0473eda0b3c41cd74dc81e4a.zip |
- Fix a typo
Submitted by: lichray@gmail.com(via Email)
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.emacs.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.emacs.mk b/Mk/bsd.emacs.mk index 8ab8ab932c92..80482c3ca01c 100644 --- a/Mk/bsd.emacs.mk +++ b/Mk/bsd.emacs.mk @@ -1,5 +1,5 @@ # -# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.emacs.mk,v 1.84 2010-09-14 15:26:19 ashish Exp $ +# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.emacs.mk,v 1.85 2011-04-01 01:30:52 wen Exp $ # # bsd.emacs.mk - 19990829 Shigeyuki Fukushima. # @@ -220,7 +220,7 @@ check-makevars:: # # find where emacsen is installed -# look for it in PREEFIX first and fall back to LOCALBASE then +# look for it in PREFIX first and fall back to LOCALBASE then .if exists(/bin/${EMACS_NAME}-${EMACS_VER}) EMACS_BASE?= ${PREFIX} .else |