diff options
Diffstat (limited to 'Mk/bsd.emacs.mk')
-rw-r--r-- | Mk/bsd.emacs.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Mk/bsd.emacs.mk b/Mk/bsd.emacs.mk index 15e75d3b2b54..e9d8f6e0c1ed 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.35 2004-12-26 16:27:00 sem Exp $ +# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.emacs.mk,v 1.36 2005-01-09 10:12:07 krion Exp $ # # bsd.emacs.mk - 19990829 Shigeyuki Fukushima. # @@ -31,13 +31,13 @@ Emacs_Include_MAINTAINER= ports@FreeBSD.org # ex.) "share/emacs" when emacsen is a emacs-20.6. # # EMACS_LIBDIR_WITH_VER: -# emacsen's version specific library directory name +# emacsen's version specific library directory name # without ${PREFIX}. # ex.) "share/emacs/20.6" when emacsen is a emacs-20.6. # # EMACS_CMD: # emacsen's command-line filename. (full path) -# ex.) "/usr/local/bin/emacs-20.6" when emacsen is a +# ex.) "/usr/local/bin/emacs-20.6" when emacsen is a # emacs-20.6 and ${PREFIX} is "/usr/local". # # EMACS_SITE_LISPDIR: @@ -51,11 +51,11 @@ Emacs_Include_MAINTAINER= ports@FreeBSD.org # emacs-20.6. # # EMACS_NO_BUILD_DEPENDS: -# If set "YES" to this variable, port does not +# If set "YES" to this variable, port does not # build-depend on EMACS_PORT_NAME's emacsen. # # EMACS_NO_RUN_DEPENDS: -# If set "YES" to this variable, port does not +# If set "YES" to this variable, port does not # run-depend on EMACS_PORT_NAME's emacsen. # |