diff options
author | anray <anray@FreeBSD.org> | 2007-07-30 16:57:23 +0000 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2007-07-30 16:57:23 +0000 |
commit | 63b79ddce8ffc340aa47cbf875808824f25343da (patch) | |
tree | eee659b32b40d47409e30c125ba729b71518655d /japanese | |
parent | 3c8378beeae01d5b84589afdb632ca46a017a3b1 (diff) | |
download | FreeBSD-ports-63b79ddce8ffc340aa47cbf875808824f25343da.zip FreeBSD-ports-63b79ddce8ffc340aa47cbf875808824f25343da.tar.gz |
Remove EMACS_PORT_NAME from Makefile because the default value of
EMACS_PORT_NAME is defined in bsd.emacs.mk.
PR: ports/115029
Submitted by: Takayuki Nakao (maintainer)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/yc.el/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/japanese/yc.el/Makefile b/japanese/yc.el/Makefile index 256987c..4fefda9 100644 --- a/japanese/yc.el/Makefile +++ b/japanese/yc.el/Makefile @@ -17,7 +17,6 @@ MAINTAINER= t@nakao.org COMMENT= Yet another Canna client for Emacs/XEmacs USE_EMACS= yes -EMACS_PORT_NAME?= emacs22 YC_LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/yc MAKE_ARGS+= LISPDIR=${YC_LISPDIR} |