diff options
author | shige <shige@FreeBSD.org> | 2000-07-12 15:51:49 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-07-12 15:51:49 +0000 |
commit | 093488a6c73e5f74e21f5338668735f844909b4b (patch) | |
tree | bad9832cb1ec0e7bb7a7dcadfbdd7907fd5f9b1b /editors/flim113-xemacs | |
parent | 07893b28b23ddcfd66573349ca4631f5094f4191 (diff) | |
download | FreeBSD-ports-093488a6c73e5f74e21f5338668735f844909b4b.zip FreeBSD-ports-093488a6c73e5f74e21f5338668735f844909b4b.tar.gz |
Convert into EMACS_PORT_NAME style port.
Diffstat (limited to 'editors/flim113-xemacs')
-rw-r--r-- | editors/flim113-xemacs/Makefile | 7 | ||||
-rw-r--r-- | editors/flim113-xemacs/pkg-descr | 2 |
2 files changed, 2 insertions, 7 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 diff --git a/editors/flim113-xemacs/pkg-descr b/editors/flim113-xemacs/pkg-descr index f25dde6..8a73d33 100644 --- a/editors/flim113-xemacs/pkg-descr +++ b/editors/flim113-xemacs/pkg-descr @@ -8,6 +8,6 @@ FLIM, message representation or encoding emacs lisp library for xemacs. - mailcap parser and utility FLIM is installed the following directory tree: - ${PREFIX}/lib/xemacs/site-lisp/flim/ --- FLIM + ${LOCALBASE}/lib/xemacs/site-lisp/flim/ --- FLIM --- Porting by shige <shige@FreeBSD.ORG> |