diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-05-14 08:16:19 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-05-14 08:16:19 +0000 |
commit | 51023189c4873f96c1c2673e938a9285c3ce7fcf (patch) | |
tree | f8f922ecc352ab6df45e444deadd842bed2de432 /editors | |
parent | ccf4c430e0eb4dcd101f1f328f14587ed73f3c07 (diff) | |
download | freebsd-ports-51023189c4873f96c1c2673e938a9285c3ce7fcf.zip |
Use EMACS_PORT_NAME variables.
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/apel-xemacs20/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/editors/apel-xemacs20/Makefile b/editors/apel-xemacs20/Makefile index 5f736f52371c..78d6d5753618 100644 --- a/editors/apel-xemacs20/Makefile +++ b/editors/apel-xemacs20/Makefile @@ -13,12 +13,7 @@ PORTCLASS= slave MASTERDIR= ${.CURDIR}/../../editors/apel-emacs # 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= lib/${EMACS_NAME} +EMACS_PORT_NAME= xemacs20 # use pkg/* files in ${.CURDIR} PKGDIR= ${.CURDIR}/pkg |