diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-07-12 15:51:49 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-07-12 15:51:49 +0000 |
commit | 6c420154581a1c6ca32213a2818cf903013c2b09 (patch) | |
tree | dab99f7f19086362f653b3908d70d27bc0c8f371 /editors/semi113-mule/Makefile | |
parent | Add brs (diff) |
Convert into EMACS_PORT_NAME style port.
Notes
Notes:
svn path=/head/; revision=30528
Diffstat (limited to 'editors/semi113-mule/Makefile')
-rw-r--r-- | editors/semi113-mule/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/editors/semi113-mule/Makefile b/editors/semi113-mule/Makefile index b1f65136686c..95e2b3adee21 100644 --- a/editors/semi113-mule/Makefile +++ b/editors/semi113-mule/Makefile @@ -13,18 +13,10 @@ PORTCLASS= slave MASTERDIR= ${.CURDIR}/../../editors/semi-emacs-current # 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 # whether emacs requires *-setupel.el REQUIRE_SETUPEL= YES -# whether emacs has a *-common port -HAS_COMMON_PORT= YES -# whether emacs has mule feature -HAS_MULE= YES # use pkg/* files in ${.CURDIR} PKGDIR= ${.CURDIR}/pkg |