diff options
author | krion <krion@FreeBSD.org> | 2005-01-09 18:12:07 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-09 18:12:07 +0800 |
commit | 814e51775c7b781ffa2da34411827e5d7faef60a (patch) | |
tree | 7f373e3218a4a3018a6981166a611638d0c0e2de /Mk/bsd.emacs.mk | |
parent | 376710cb9dc0938c2f52455d57b702e5d7123bc2 (diff) | |
download | freebsd-ports-gnome-814e51775c7b781ffa2da34411827e5d7faef60a.tar.gz freebsd-ports-gnome-814e51775c7b781ffa2da34411827e5d7faef60a.tar.zst freebsd-ports-gnome-814e51775c7b781ffa2da34411827e5d7faef60a.zip |
Remove trailing spaces.
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. # |