diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2007-07-16 18:17:18 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2007-07-16 18:17:18 +0800 |
commit | 0ba4e7108d1307ccf4ffa3a598b06cc702b932d4 (patch) | |
tree | ba421eabb451c862fbcc67a0eb64fa195339b94d /editors/nxml-emacs21 | |
parent | 00151305cc2a48561ea07c38dd929949a7c5c035 (diff) | |
download | freebsd-ports-gnome-0ba4e7108d1307ccf4ffa3a598b06cc702b932d4.tar.gz freebsd-ports-gnome-0ba4e7108d1307ccf4ffa3a598b06cc702b932d4.tar.zst freebsd-ports-gnome-0ba4e7108d1307ccf4ffa3a598b06cc702b932d4.zip |
Make EMACS_PORT_NAME overridable.
Approved by: hrs (maintainer)
Diffstat (limited to 'editors/nxml-emacs21')
-rw-r--r-- | editors/nxml-emacs21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/nxml-emacs21/Makefile b/editors/nxml-emacs21/Makefile index c4565a8977f7..76b3be79aeb5 100644 --- a/editors/nxml-emacs21/Makefile +++ b/editors/nxml-emacs21/Makefile @@ -18,7 +18,7 @@ COMMENT= A major mode for editing XML documents for emacs21 NXML_VER= 20041004 NXML_STARTUPEL= nxml-startup.el USE_EMACS= yes -EMACS_PORT_NAME=emacs21 +EMACS_PORT_NAME?=emacs21 INFO= nxml-mode DOCUMENTS= README NEWS VERSION TODO COPYING \ |