diff options
author | shige <shige@FreeBSD.org> | 2000-05-10 16:04:29 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-05-10 16:04:29 +0000 |
commit | c3394ec5e67670176cb0721150709e8b71aeb355 (patch) | |
tree | 1e7956b3b9cc5574863ed7cfe2fa4a62b4451d14 /editors/apel-mule/Makefile | |
parent | a0336c933a3f00cdaec3c5be2ff9c07a016ca779 (diff) | |
download | FreeBSD-ports-c3394ec5e67670176cb0721150709e8b71aeb355.zip FreeBSD-ports-c3394ec5e67670176cb0721150709e8b71aeb355.tar.gz |
Update to 10.2.
Use EMACS_PORT_NAME and other related variables defined in bsd.emacs.mk.
Diffstat (limited to 'editors/apel-mule/Makefile')
-rw-r--r-- | editors/apel-mule/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/editors/apel-mule/Makefile b/editors/apel-mule/Makefile index 440172b..1353f8d 100644 --- a/editors/apel-mule/Makefile +++ b/editors/apel-mule/Makefile @@ -13,14 +13,8 @@ PORTCLASS= slave MASTERDIR= ${.CURDIR}/../../editors/apel-emacs # emacs port setup -EMACS_NAME= mule -EMACS_PORT= mule -EMACS_VER= 19.34 -EMACS_LIBDIR= share/${EMACS_NAME} -EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER} +EMACS_PORT_NAME= mule -# RUN_DEPENDS port name's suffix is '-common'. -HAVE_COMMON_PORT= YES # emacs requires *-setupel.el REQUIRE_SETUPEL= YES |