Make EMACS_PORT_NAME overridable.

This commit is contained in:
MANTANI Nobutaka 2007-07-16 10:21:58 +00:00
parent 9b83ad36ee
commit a5eda4c055
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195718
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ PORT_CLASS?= master
.if (${PORT_CLASS} == "master")
# emacsen-port-name
USE_EMACS= yes
EMACS_PORT_NAME= emacs20
EMACS_PORT_NAME?= emacs20
.endif
INFO= skk

View File

@ -19,7 +19,7 @@ COMMENT= An EMACS mode for editing Standard ML programs
ALL_TARGET= default
USE_EMACS= yes
EMACS_PORT_NAME= emacs21
EMACS_PORT_NAME?= emacs21
#
# Install configuration