summaryrefslogtreecommitdiff
path: root/editors/flim113-xemacs
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2000-07-12 15:51:49 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2000-07-12 15:51:49 +0000
commit6c420154581a1c6ca32213a2818cf903013c2b09 (patch)
treedab99f7f19086362f653b3908d70d27bc0c8f371 /editors/flim113-xemacs
parentAdd brs (diff)
Convert into EMACS_PORT_NAME style port.
Notes
Notes: svn path=/head/; revision=30528
Diffstat (limited to 'editors/flim113-xemacs')
-rw-r--r--editors/flim113-xemacs/Makefile7
-rw-r--r--editors/flim113-xemacs/pkg-descr2
2 files changed, 2 insertions, 7 deletions
diff --git a/editors/flim113-xemacs/Makefile b/editors/flim113-xemacs/Makefile
index d2ebea473323..36d4f50cbfff 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 f25dde6d0041..8a73d33d38fe 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>