diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-07-12 15:51:49 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-07-12 15:51:49 +0000 |
commit | 6c420154581a1c6ca32213a2818cf903013c2b09 (patch) | |
tree | dab99f7f19086362f653b3908d70d27bc0c8f371 /editors/wemi-xemacs/Makefile | |
parent | 632d31cbaea6f4aca26adec053a1fdc8b2ad72f8 (diff) | |
download | ports-6c420154581a1c6ca32213a2818cf903013c2b09.tar.gz ports-6c420154581a1c6ca32213a2818cf903013c2b09.zip |
Convert into EMACS_PORT_NAME style port.
Notes
Notes:
svn path=/head/; revision=30528
Diffstat (limited to 'editors/wemi-xemacs/Makefile')
-rw-r--r-- | editors/wemi-xemacs/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/editors/wemi-xemacs/Makefile b/editors/wemi-xemacs/Makefile index f75fadcfceca..79d86432727a 100644 --- a/editors/wemi-xemacs/Makefile +++ b/editors/wemi-xemacs/Makefile @@ -13,12 +13,7 @@ PORTCLASS= slave MASTERDIR= ${.CURDIR}/../../editors/wemi-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 |