diff options
author | rillig <rillig@pkgsrc.org> | 2007-06-06 08:23:23 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-06-06 08:23:23 +0000 |
commit | 7c0810303e3c599afdfef7c43035c64761916ccc (patch) | |
tree | 58e40dd519025c396c79e441c0bc39d202ce92d1 /mk/emacs.mk | |
parent | 12764e49b052098cba91da8404aeea0acfc00ef6 (diff) | |
download | pkgsrc-7c0810303e3c599afdfef7c43035c64761916ccc.tar.gz |
Removed the comment about REPLACE_EMACS, since there isn't any code
implementing it.
Added the variable description (_VARGROUPS).
Diffstat (limited to 'mk/emacs.mk')
-rw-r--r-- | mk/emacs.mk | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/mk/emacs.mk b/mk/emacs.mk index 48f6cef33cc..d25d22e8fc3 100644 --- a/mk/emacs.mk +++ b/mk/emacs.mk @@ -1,4 +1,4 @@ -# $NetBSD: emacs.mk,v 1.31 2007/02/20 12:36:02 uebayasi Exp $ +# $NetBSD: emacs.mk,v 1.32 2007/06/06 08:23:23 rillig Exp $ # # This Makefile fragment handles Emacs Lisp Packages (== ELPs). # @@ -62,14 +62,6 @@ # emacs21, emacs21nox, emacs22, emacs22nox, emacs20, xemacs215, xemacs214 # Default value: # emacs21, emacs21nox, emacs22, emacs22nox, emacs20, xemacs215, xemacs214 -# REPLACE_EMACS -# Description: -# If set, correct the #!/path/to/emacs line in the -# specified files. -# Possible values: -# <a list of files relative to ${WRKDIR}> -# Default value: -# <undefined> # # Variables provided for ELPs: # @@ -185,6 +177,14 @@ .if !defined(EMACS_MK) EMACS_MK= # defined +_VARGROUPS+= emacs +_USER_VARS.emacs= EMACS_TYPE +_PKG_VARS.emacs= EMACS_MODULES EMACS_VERSIONS_ACCEPTED +_SYS_VARS.emacs= EMACS_BIN EMACS_ETCPREFIX EMACS_FLAVOR \ + EMACS_INFOPREFIX EMACS_LISPPREFIX \ + EMACS_PKGNAME_PREFIX \ + EMACS_VERSION_MAJOR EMACS_VERSION_MINOR + .include "../../mk/bsd.prefs.mk" # |