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/semi-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/semi-xemacs')
-rw-r--r-- | editors/semi-xemacs/Makefile | 7 | ||||
-rw-r--r-- | editors/semi-xemacs/pkg-descr | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/editors/semi-xemacs/Makefile b/editors/semi-xemacs/Makefile index 6f2521b..93c0c27 100644 --- a/editors/semi-xemacs/Makefile +++ b/editors/semi-xemacs/Makefile @@ -13,12 +13,7 @@ PORTCLASS= slave MASTERDIR= ${.CURDIR}/../../editors/semi-emacs # 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/semi-xemacs/pkg-descr b/editors/semi-xemacs/pkg-descr index 994b098..7dc4fc4 100644 --- a/editors/semi-xemacs/pkg-descr +++ b/editors/semi-xemacs/pkg-descr @@ -20,6 +20,6 @@ SEMI, Library of MIME feature for GNU Emacs for xemacs. MUAs. They are released as separated packages. SEMI is installed the following directory tree: - ${PREFIX}/lib/xemacs/site-lisp/semi/ --- SEMI + ${LOCALBASE}/lib/xemacs/site-lisp/semi/ --- SEMI --- Porting by shige <shige@FreeBSD.ORG> |