diff options
Diffstat (limited to 'editors/semi113-xemacs20/Makefile')
-rw-r--r-- | editors/semi113-xemacs20/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/editors/semi113-xemacs20/Makefile b/editors/semi113-xemacs20/Makefile index 7eb072bdee27..b19b50cc24da 100644 --- a/editors/semi113-xemacs20/Makefile +++ b/editors/semi113-xemacs20/Makefile @@ -13,12 +13,7 @@ PORTCLASS= slave MASTERDIR= ${.CURDIR}/../../editors/semi-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 |