diff options
author | shige <shige@FreeBSD.org> | 2000-07-12 23:51:49 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-07-12 23:51:49 +0800 |
commit | 093488a6c73e5f74e21f5338668735f844909b4b (patch) | |
tree | bad9832cb1ec0e7bb7a7dcadfbdd7907fd5f9b1b /editors/semi-xemacs20-current | |
parent | 07893b28b23ddcfd66573349ca4631f5094f4191 (diff) | |
download | freebsd-ports-gnome-093488a6c73e5f74e21f5338668735f844909b4b.tar.gz freebsd-ports-gnome-093488a6c73e5f74e21f5338668735f844909b4b.tar.zst freebsd-ports-gnome-093488a6c73e5f74e21f5338668735f844909b4b.zip |
Convert into EMACS_PORT_NAME style port.
Diffstat (limited to 'editors/semi-xemacs20-current')
-rw-r--r-- | editors/semi-xemacs20-current/Makefile | 7 | ||||
-rw-r--r-- | editors/semi-xemacs20-current/pkg-descr | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/editors/semi-xemacs20-current/Makefile b/editors/semi-xemacs20-current/Makefile index 7eb072bdee27..b19b50cc24da 100644 --- a/editors/semi-xemacs20-current/Makefile +++ b/editors/semi-xemacs20-current/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 diff --git a/editors/semi-xemacs20-current/pkg-descr b/editors/semi-xemacs20-current/pkg-descr index 99dae9f3fd58..ff43ab1d6ac4 100644 --- a/editors/semi-xemacs20-current/pkg-descr +++ b/editors/semi-xemacs20-current/pkg-descr @@ -20,6 +20,6 @@ SEMI, Library of MIME feature for GNU Emacs for xemacs20. 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> |