diff options
Diffstat (limited to 'editors/flim113-xemacs20/Makefile')
-rw-r--r-- | editors/flim113-xemacs20/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/editors/flim113-xemacs20/Makefile b/editors/flim113-xemacs20/Makefile index 6061cb980fd2..f3270189c694 100644 --- a/editors/flim113-xemacs20/Makefile +++ b/editors/flim113-xemacs20/Makefile @@ -13,12 +13,7 @@ PORTCLASS= slave MASTERDIR= ${.CURDIR}/../../editors/flim-emacs-current # emacs port setup -EMACS_NAME= xemacs -EMACS_PORT= xemacs20 -EMACS_VER= 20.4 -EMACS_LIBDIR= lib/${EMACS_NAME} -# xemacs-20.4 has no version specific site-lisp directories. -EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR} +EMACS_PORT_NAME= xemacs20 # use pkg/* files in ${.CURDIR} PKGDIR= ${.CURDIR}/pkg |