diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-07-16 10:17:18 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-07-16 10:17:18 +0000 |
commit | 9b83ad36ee7a9e2f201dc36318d87c9821d129ee (patch) | |
tree | 0b918ff8add9d3834fe08b4ceaa1bf9f2eae8214 /editors | |
parent | 8bd00266dc1b89a8a7a9d6170d1d895ef285c905 (diff) | |
download | ports-9b83ad36ee7a9e2f201dc36318d87c9821d129ee.tar.gz ports-9b83ad36ee7a9e2f201dc36318d87c9821d129ee.zip |
Make EMACS_PORT_NAME overridable.
Approved by: hrs (maintainer)
Notes
Notes:
svn path=/head/; revision=195717
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nxml-emacs21/Makefile | 2 | ||||
-rw-r--r-- | editors/nxml/Makefile | 2 |
2 files changed, 2 insertions, 2 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 \ diff --git a/editors/nxml/Makefile b/editors/nxml/Makefile index c4565a8977f7..76b3be79aeb5 100644 --- a/editors/nxml/Makefile +++ b/editors/nxml/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 \ |