1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Remove EMACS_PORT_NAME to use default setting in bsd.emacs.mk.

This commit is contained in:
MANTANI Nobutaka 2007-08-04 10:21:28 +00:00
parent 45c559d42e
commit 0524ff582c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197068

View File

@ -106,7 +106,6 @@ CONFIGURE_ARGS+= --enable-notify
.if defined(WITH_EMACS)
USE_EMACS= yes
EMACS_PORT_NAME?= emacs20
.include "${PORTSDIR}/Mk/bsd.emacs.mk"
CONFIGURE_ARGS+= --with-lispdir=${PREFIX}/${EMACS_SITE_LISPDIR}
PLIST_SUB+= EMACS=""