diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-07-17 02:40:09 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-07-17 02:40:09 +0000 |
commit | c8b90f0c69eca289aac8ce0ed9eb73c76f0db797 (patch) | |
tree | abb9add9d02fcc3c474844d34fd4154fe2e4d713 /editors/custom-mule | |
parent | 1efbda0db95dc6fae6ac6e52588ebf4c30654bf8 (diff) | |
download | ports-c8b90f0c69eca289aac8ce0ed9eb73c76f0db797.tar.gz ports-c8b90f0c69eca289aac8ce0ed9eb73c76f0db797.zip |
Notes
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/ |