diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-09 10:12:07 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-09 10:12:07 +0000 |
commit | f296ccd76efda75c4f27b7a944d7cf31112701ba (patch) | |
tree | 59f88de7359fa5dcf0c2e48f927c7b2e18acf288 /Mk/bsd.emacs.mk | |
parent | 39ad88a844052d94899c398409dc3a5710e2d8fc (diff) | |
download | ports-f296ccd76efda75c4f27b7a944d7cf31112701ba.tar.gz ports-f296ccd76efda75c4f27b7a944d7cf31112701ba.zip |
Notes
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. # |