diff options
Diffstat (limited to 'editors/custom-mule')
-rw-r--r-- | editors/custom-mule/Makefile | 6 | ||||
-rw-r--r-- | editors/custom-mule/pkg-descr | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/editors/custom-mule/Makefile b/editors/custom-mule/Makefile index ef41f077304a..a6d38571c45e 100644 --- a/editors/custom-mule/Makefile +++ b/editors/custom-mule/Makefile @@ -13,11 +13,7 @@ PORTCLASS= slave MASTERDIR= ${.CURDIR}/../../editors/custom-emacs # emacs port setup -EMACS_NAME= mule -EMACS_PORT= mule -EMACS_VER= 19.34 -EMACS_LIBDIR= share/${EMACS_NAME} -HAVE_COMMON_PORT= YES +EMACS_PORT_NAME= mule # pkg/* files but PLIST are used in ${.CURDIR} PKGDIR= ${.CURDIR}/pkg diff --git a/editors/custom-mule/pkg-descr b/editors/custom-mule/pkg-descr index 3f18ff196108..45566db1770d 100644 --- a/editors/custom-mule/pkg-descr +++ b/editors/custom-mule/pkg-descr @@ -19,7 +19,7 @@ How to use: M-x customize Installed at: - ${PREFIX}/share/mule/19.34/site-lisp/ + ${LOCALBASE}/share/mule/19.34/site-lisp/ WWW: http://www.dina.kvl.dk/~abraham/custom/ |