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