1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

- Fix a typo

Submitted by:	lichray@gmail.com(via Email)
This commit is contained in:
Wen Heping 2011-04-01 01:30:52 +00:00
parent 82ab92937a
commit 865f983cab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272066

View File

@ -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