diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-07-12 15:57:14 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-07-12 15:57:14 +0000 |
commit | e0b80a27809429bd92762e738de9831262be7c57 (patch) | |
tree | 3e46f5e53e26a802968f5820501545d21494aa93 /editors/psgml-xemacs21-mule | |
parent | 6c420154581a1c6ca32213a2818cf903013c2b09 (diff) |
Notes
Diffstat (limited to 'editors/psgml-xemacs21-mule')
-rw-r--r-- | editors/psgml-xemacs21-mule/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/editors/psgml-xemacs21-mule/Makefile b/editors/psgml-xemacs21-mule/Makefile index e4a928e7ad30..61ae85600bd5 100644 --- a/editors/psgml-xemacs21-mule/Makefile +++ b/editors/psgml-xemacs21-mule/Makefile @@ -13,16 +13,9 @@ PORTCLASS= slave MASTERDIR= ${.CURDIR}/../psgml-emacs # emacs port setup -EMACS_NAME= xemacs -EMACS_PORT= xemacs21-mule -EMACS_CMD= ${PREFIX}/bin/${EMACS_PORT} -EMACS_VER= 21.1.10 -EMACS_LIBDIR= lib/xemacs +EMACS_PORT_NAME= xemacs21-mule # pkg/* files are used in ${.CURDIR} PKGDIR= ${.CURDIR}/pkg -# whether emacs has a *-common port -HAS_COMMON_PORT= YES - .include <${MASTERDIR}/Makefile> |