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