diff --git a/Mk/Uses/emacs.mk b/Mk/Uses/emacs.mk --- a/Mk/Uses/emacs.mk +++ b/Mk/Uses/emacs.mk @@ -15,11 +15,11 @@ # dependencies. # # Variables, which can be set in make.conf: -# DEFAULT_VERSIONS+= The default flavor for Emacs ports (ports with -# USES=emacs, but not the Emacs ports themselves) -# can be added to DEFAULT_VERSIONS. For example, -# DEFAULT_VERSIONS+= emacs=nox -# Valid flavors: full canna nox devel_full devel_nox +# DEFAULT_VERSIONS+= The default flavor for ports with +# USES=emacs can be added to DEFAULT_VERSIONS. +# For example: DEFAULT_VERSIONS+= emacs=nox +# Valid flavors: full canna nox wayland +# devel_full devel_nox # Flavors specified on the command line take # precedence. # @@ -34,15 +34,15 @@ # This will prevent flavors. # # Variables, which can be read by ports: -# EMACS_CMD: Emacs command with full path (e.g. /usr/local/bin/emacs-28.2) +# EMACS_CMD: Emacs command with full path (e.g. /usr/local/bin/emacs-30.1) # EMACS_FLAVOR: Used for dependencies (e.g. BUILD_DEPENDS= dash.el${EMACS_PKGNAMESUFFIX}>0:devel/dash@${EMACS_FLAVOR}) # EMACS_LIBDIR: Emacs Library directory without ${PREFIX} (e.g. share/emacs) -# EMACS_LIBDIR_WITH_VER: Library directory without ${PREFIX} including version (e.g. share/emacs/28.2) -# EMACS_MAJOR_VER: Emacs major version (e.g. 28) +# EMACS_LIBDIR_WITH_VER: Library directory without ${PREFIX} including version (e.g. share/emacs/30.1) +# EMACS_MAJOR_VER: Emacs major version (e.g. 30) # EMACS_PKGNAMESUFFIX: PKGNAMESUFFIX to distinguish Emacs flavors # EMACS_SITE_LISPDIR: Emacs site-lisp directory without ${PREFIX} (e.g. share/emacs/site-lisp) -# EMACS_VER: Emacs version (e.g. 28.2) -# EMACS_VERSION_SITE_LISPDIR: Include version (e.g. share/emacs/28.2/site-lisp) +# EMACS_VER: Emacs version (e.g. 30.1) +# EMACS_VERSION_SITE_LISPDIR: Include version (e.g. share/emacs/30.1/site-lisp) #------------------------------------------------------------------------------- # # MAINTAINER: emacs@FreeBSD.org